Download the PHP package quartzy/php-email without Composer
On this page you can find all versions of the php package quartzy/php-email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download quartzy/php-email
More information about quartzy/php-email
Files in quartzy/php-email
Download quartzy/php-email
More information about quartzy/php-email
Files in quartzy/php-email
Vendor quartzy
Package php-email
Short Description A domain model for describing emails that is indifferent towards sending methods.
License Apache-2.0
Package php-email
Short Description A domain model for describing emails that is indifferent towards sending methods.
License Apache-2.0
Keywords emaildomain-driven
Please rate this library. Is it a good library?
Informations about the package php-email
Php-Email
This is a domain-driven library for defining emails in PHP.
Php Email brings three major benefits over other similar libraries:
- Focusing on new versions of PHP. By using the newer versions of PHP (5.6+) we can leverage great features such as splat parameters and better type hinting.
- Focusing on only the email, instead of transmission. In a domain-driven world, emails can and should exist separately from the delivery mechanism. By separating these concerns, this library decreases the size and complexity of the domain, while giving developers greater flexibility in how they use the library.
- Flexible content definitions. Emails have gone from a simple text string to highly stylized HTML to now just being templates stored in third-party services. Existing libraries do not provide enough flexibility to support everything developers need. Php Email attempts to correct this by creating guidelines for possible email content, but also allowing developers to define what they need.
Install
With Composer
Usage
Building an email with HTML and text content would look like:
Sending a templated email:
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Chris Muthig
- All Contributors
License
The Apache License, v2.0. Please see License File for more information.
All versions of php-email with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package quartzy/php-email contains the following files
Loading the files please wait ....