PHP Classes

File: restAPI/vendor/bramus/router/composer.json

Recommend this page to a friend!
  Classes of Hicri   PHP MySQL REST API Generator   restAPI/vendor/bramus/router/composer.json   Download  
File: restAPI/vendor/bramus/router/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL REST API Generator
Provides an API to access MySQL tables with models
Author: By
Last change:
Date: 1 year ago
Size: 841 bytes
 

Contents

Class file image Download
{ "name": "bramus/router", "description": "A lightweight and simple object oriented PHP Router", "keywords": ["router", "routing"], "homepage": "https://github.com/bramus/router", "type": "library", "license": "MIT", "authors": [ { "name": "Bram(us) Van Damme", "email": "bramus@bram.us", "homepage": "http://www.bram.us" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "phpunit/php-code-coverage": "~2.0", "friendsofphp/php-cs-fixer": "~2.14" }, "autoload": { "psr-0": {"Bramus": "src/"} }, "scripts": { "test": "./vendor/bin/phpunit --colors=always", "lint": "php-cs-fixer fix --diff --dry-run", "fix": "php-cs-fixer fix" } }