PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   UsagiMQ   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: UsagiMQ
Manage message queues stored using Redis
Author: By
Last change: 1.4
1.3
1.2
first version
Date: 4 years ago
Size: 600 bytes
 

Contents

Class file image Download
{ "name": "eftec/usagimq", "description": "The standalone version Blade Template Engine from Laravel in a single php file", "type": "library", "keywords": ["blade","template","view"], "homepage": "https://github.com/EFTEC/UsagiMQ", "minimum-stability": "beta", "license": "MIT", "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" }], "require": { "php": ">=5.4" }, "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "eftec\\": "vendor/eftec/" } } }