Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomkyle/emails
https://github.com/tomkyle/emails
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomkyle/emails
- Owner: tomkyle
- License: mit
- Created: 2014-04-22T11:29:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T12:06:22.000Z (over 10 years ago)
- Last Synced: 2024-04-19T17:43:36.017Z (7 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.