awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesPHP Email Integrations

Libraries that integrate email delivery capabilities into PHP web applications.

Distinct from PHP Integrations: Nothing in the shortlist covers the general domain of integrating email delivery specifically for PHP applications.

Explore 3 awesome GitHub repositories matching web development · PHP Email Integrations. Refine with filters or upvote what's useful.

Awesome PHP Email Integrations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • swiftmailer/swiftmailerAvatar de swiftmailer

    swiftmailer/swiftmailer

    9,451Ver en GitHub↗

    SwiftMailer is an object-oriented PHP email delivery library used to compose and send email messages within applications. It represents emails as structured objects to manage headers, bodies, and attachments before they are serialized for transmission. The library utilizes a transport-based routing system to decouple message composition from delivery. This allows emails to be routed through different mechanisms, including authenticated SMTP connections to remote mail servers or local server binaries via Sendmail integration.

    Create and deliver email messages using a flexible object oriented structure to organize content.

    PHPemailemailsmailer
    Ver en GitHub↗9,451
  • mpdf/mpdfAvatar de mpdf

    mpdf/mpdf

    4,693Ver en GitHub↗

    mPDF es una biblioteca PHP que transforma HTML y CSS codificados en UTF-8 en documentos PDF formateados. Sirve como motor de generación de PDF y arquitecto de documentos capaz de convertir páginas web y formularios HTML en archivos profesionales. El proyecto se distingue por sus capacidades de renderizado multilingüe, proporcionando un soporte integral para texto bidireccional, scripts de derecha a izquierda y lenguajes CJK mediante la incrustación de fuentes Unicode y el procesamiento de diseño OpenType. Además, permite un diseño profesional listo para impresión mediante modelado de color avanzado en CMYK, dimensionamiento preciso de páginas y cumplimiento con los estándares de archivo PDF/A y PDF/X. La biblioteca cubre una amplia gama de funciones de diseño e interactividad de documentos, incluyendo la generación de formularios interactivos, marcadores e índices buscables. Proporciona controles detallados para plantillas de página, encabezados y pies de página, y renderizado de datos tabulares complejos. Las capacidades adicionales incluyen cifrado de PDF, subconjunto de fuentes para optimización del tamaño de archivo y la capacidad de importar páginas PDF externas como plantillas. El sistema se integra con el registro (logging) compatible con PSR-3 para realizar un seguimiento de eventos internos y errores de ejecución.

    Integrates with mailing libraries to attach generated PDF documents to outgoing emails.

    PHPcjkcsshtml
    Ver en GitHub↗4,693
  • mikel/mailAvatar de mikel

    mikel/mail

    3,674Ver en GitHub↗

    This is a Ruby email library providing a comprehensive toolset for composing, parsing, and sending emails. It includes an SMTP client for delivering outgoing messages and a MIME parser for decomposing complex multipart email structures. The project features an IMAP and POP3 mail fetcher for synchronizing messages from remote servers, alongside a specialized framework for testing email logic through mock delivery methods and matchers. The library covers a broad range of email operations, including the generation of nested multipart messages, the management of attachments, and the translation

    Provides a domain-specific language for the programmatic construction of email bodies, headers, and attachments.

    Ruby
    Ver en GitHub↗3,674
  1. Home
  2. Web Development
  3. PHP Email Integrations

Explorar subetiquetas

  • Message CompositionProgrammatic construction of email bodies, headers, and attachments using object-oriented structures. **Distinct from PHP Email Integrations:** Focuses on the structured creation of the email object itself, rather than the general integration of delivery services.