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 تحول HTML و CSS المشفر بـ UTF-8 إلى مستندات PDF منسقة. تعمل كمحرك لإنشاء ملفات PDF ومهندس مستندات قادر على تحويل صفحات الويب ونماذج HTML إلى ملفات احترافية. يتميز المشروع بقدرات التصيير متعدد اللغات، حيث يوفر دعماً شاملاً للنصوص ثنائية الاتجاه، واللغات التي تكتب من اليمين إلى اليسار، ولغات CJK باستخدام تضمين خطوط Unicode ومعالجة تخطيط OpenType. كما يتيح التصميم الاحترافي الجاهز للطباعة من خلال نمذجة ألوان متقدمة في 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.