PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   Mail Capuchin   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mail Capuchin
Send email to many users with database records
Author: By
Last change:
Date: 3 days ago
Size: 910 bytes
 

Contents

Class file image Download
{ "name": "eftec/mailcapuchin", "description": "A massive email server made on PHP", "type": "project", "keywords": ["blade","template","view","php","templating"], "homepage": "https://github.com/EFTEC/MailCapuchin", "license": "MIT", "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" }], "extra": { "branch-alias": { "dev-master": "0.1" } }, "config": { "platform": { "php": "5.6.1" } }, "require": { "php": ">=5.6", "phpmailer/phpmailer": "^6.6.3", "eftec/dashone": "^1.7", "ext-json": "*", "eftec/daoone": "^3.30", "eftec/validationone": "1.14" }, "archive": { "exclude": ["/examples"] }, "autoload": { "psr-4": { "eftec\\MailCapuchin\\": "lib/", "eftec\\tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^5.7" } }