tomkyle / emails
1.0.0
2014-04-22 12:06 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2024-11-11 17:29:14 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
.