php-extended / php-email-object
A library that implements the php-email-interface library
5.4.0
2022-12-18 11:28 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2023-05-18 12:24:30 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.phar
from their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-email-object": "^5"
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).