PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Natanael Simões   Zeus Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zeus Framework
Framework that reads annotation to route requests
Author: By
Last change:
Date: 2 years ago
Size: 943 bytes
 

Contents

Class file image Download
{ "name": "natanaelsimoes/zeus-framework", "type": "library", "description": "A lightweight framework with an annotation-based approach for routing", "keywords": ["php", "framework", "annotation"], "homepage": "https://github.com/natanaelsimoes/zeus-framework", "license": "MIT", "authors": [ { "name": "Natanael Simões", "email": "natanael.simoes@ifro.edu.br", "homepage": "http://www.natanaelsimoes.com", "role": "Professor" } ], "require": { "php": ">=5.4.0", "saxulum/saxulum-annotation-manager": "1.2.0", "doctrine/orm": "v2.5.4" }, "require-dev": { "phpunit/phpunit": "4.8.*" }, "autoload": { "psr-4": { "Zeus\\": "src/" } }, "autoload-dev": { "psr-4": { "ZeusTest\\": "tests/src/" } } }