PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of John Diaz   PHP Silex REST Multi Lazy Load   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Silex REST Multi Lazy Load
Create REST APIs with module lazy loading
Author: By
Last change:
Date: 7 years ago
Size: 682 bytes
 

Contents

Class file image Download
{ "name": "Rest API.", "type": "library", "description": "API micro services", "version": "1.0.0", "keywords": [ "resfull", "framework", "silex", "rest", "api", "lazyload", "symfony" ], "homepage": "https://www.secureaudit.co", "license": "MIT", "authors": [{ "name": "John Leyton Diaz", "email": "clientes@desarrollowebmedellin.com" }], "require": { "silex/silex": "~1.1", "monolog/monolog": "~1.6", "doctrine/dbal": "~2.4", "nesbot/Carbon": "~1.6", "php": ">=5.3.0", "yandex/translate-api": "^1.5" }, "require-dev": { "phpunit/phpunit": "~4.1.4", "mockery/mockery": "~0.9.1" }, "autoload": { "psr-0": { "App": "src/" } } }