{ "name": "peterkahl/tiny-mailer", "type": "library", "description": "Super light-weight mailer, a wrapper for the mail() function.", "keywords": ["mailer", "mail"], "homepage": "https://github.com/peterkahl/Tiny-Mailer", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "email": "peter.kahl@colossalmind.com", "homepage": "https://www.colossalmind.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\tinyMailer\\": "src/" } } }
info at phpclasses dot org