php-extended / php-email-interface
An interface library to use with the psr/http-message from the psr7 to represent emails
7.0.5
2024-07-30 21:24 UTC
Requires
- php: >=8.0
- php-extended/php-email-address-interface: ^7
- psr/http-message: ^2
- dev-master
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.9
- 6.0.8
- 6.0.7
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.1
- 5.2.0
- 5.1.40
- 5.1.39
- 5.1.38
- 5.1.37
- 5.1.36
- 5.1.35
- 5.1.34
- 5.1.33
- 5.1.32
- 5.1.31
- 5.1.30
- 5.1.29
- 5.1.28
- 5.1.27
- 5.1.26
- 5.1.25
- 5.1.24
- 5.1.23
- 5.1.22
- 5.1.21
- 5.1.20
- 5.1.19
- 5.1.18
- 5.1.17
- 5.1.16
- 5.1.15
- 5.1.14
- 5.1.13
- 5.1.12
- 5.1.11
- 5.1.10
- 5.1.9
- 5.1.8
- 5.1.7
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.0
- 3.0.0
- 2.0.0
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-10-30 20:05:27 UTC
README
An interface library to use with the psr/http-message from the psr7 to represent emails.
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 install php-extended/php-email-interface ^7
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-email-object
.
License
MIT (See license file).