PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Natanael Simões   PHP API Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP API Framework
Handle API requests with annotated classes
Author: By
Last change:
Date: 7 years ago
Size: 783 bytes
 

Contents

Class file image Download
{ "name": "ifroariquemes/php-api", "type": "library", "description": "Create a API for your PHP project in minutes", "keywords": ["php", "api", "routing"], "homepage": "https://github.com/ifroariquemes/php-api", "license": "MIT", "authors": [ { "name": "Natanael Simões", "email": "natanael.simoes@ifro.edu.br", "homepage": "http://www.natanaelsimoes.com", "role": "Professor" } ], "require": { "florianwolters/component-util-singleton": "v0.3.2", "saxulum/saxulum-annotation-manager": "1.2.0", "doctrine/common": "v2.7.2" }, "autoload": { "psr-4": { "PhpApi\\": "src/", "PhpApiTests\\": "tests/src" } } }