php-extended / php-email-object
A library that implements the php-email-interface library
9.0.7
2026-05-20 01:26 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2026-05-19 23:27:17 UTC
README
A library that implements the php-email-interface library.
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.pharfrom their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-email-object ^9
Basic Usage
This library provides the additional Email class to the psr-7, but follows its rules. More information is available at http://www.php-fig.org/psr/psr-7/](http://www.php-fig.org/psr/psr-7/).
License
MIT (See license file).