php-extended/php-email-object

A library that implements the php-email-interface library

Maintainers

Package info

gitlab.com/php-extended/php-email-object

Issues

pkg:composer/php-extended/php-email-object

Statistics

Installs: 8 702

Dependents: 4

Suggesters: 0

Stars: 0


README

A library that implements the php-email-interface library.

coverage build status

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 ^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).