Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomkyle/emails


https://github.com/tomkyle/emails

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

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`.