PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Tiny Mailer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tiny Mailer
Compose and send email messages with mail function
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 640 bytes
 

Contents

Class file image Download
{ "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/" } } }