3 个仓库
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.
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.
mPDF 是一个 PHP 库,可将 UTF-8 编码的 HTML 和 CSS 转换为格式化的 PDF 文档。它作为 PDF 生成引擎和文档架构师,能够将网页和 HTML 表单转换为专业文件。 该项目以其多语言渲染能力而著称,通过 Unicode 字体嵌入和 OpenType 布局处理,为双向文本、从右到左脚本和 CJK 语言提供全面支持。它还通过 CMYK 高级色彩建模、精确的页面尺寸标注以及符合 PDF/A 和 PDF/X 归档标准,实现了专业的打印就绪设计。 该库涵盖了广泛的文档布局和交互功能,包括交互式表单、书签和可搜索索引的生成。它为页面模板、页眉页脚和复杂的表格数据渲染提供了详细的控制。其他功能包括 PDF 加密、用于文件大小优化的字体子集化,以及将外部 PDF 页面导入为模板的能力。 该系统与符合 PSR-3 标准的日志记录集成,以跟踪内部事件和执行错误。
Integrates with mailing libraries to attach generated PDF documents to outgoing emails.
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.