php-extended/php-email-address-interface

A library to represent email addresses and mailboxes


Keywords
php, address, email, interface, RFC5322
License
MIT

Documentation

php-email-address-interface

A library to represent email addresses and mailboxes.

Installation

The installation of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-email-address-interface": "^2"
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

This library is an interface-only library. It represents email messages.

For a concrete implementation, see php-extended/php-email-address-object.

License

MIT (See license file).