PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eustaquio Rangel de Oliveira Jr.   PHP Delayed Email class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Delayed Email class
Queue email messages in files to send them later
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 629 bytes
 

Contents

Class file image Download
{ "name": "taq/delayedmail", "type": "library", "description": "Queue email messages in files to send them later", "keywords": ["queue","email","background"], "homepage": "http://github.com/taq/delayedmail", "license": "GPL", "version": "1.0.5", "authors": [ { "name": "Eustaquio Rangel", "email": "eustaquiorangel@gmail.com", "homepage": "http://eustaquiorangel.com", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "DelayedMail\\": "src" } } }