tomkyle / emails
Installs: 42
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tomkyle/emails
Requires
- php: >=5.4.0
Requires (Dev)
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2025-09-11 19:08:55 UTC
README
#tomkyle/Emails
##Installation via Composer
This library has no dependencies except for testing and development. Install from command line or composer.json
file:
#####Command line
composer require tomkyle/emails
#####composer.json "require": { "tomkyle/emails": "~1.0" }
##Testing
Go to package root folder, issue composer update
once and phpunit
.