PHP Classes

File: includes/src/vendor/klein/klein/composer.json

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/src/vendor/klein/klein/composer.json   Download  
File: includes/src/vendor/klein/klein/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change: Lobby 1.0 Cobra
Date: 7 years ago
Size: 962 bytes
 

Contents

Class file image Download
{ "name": "klein/klein", "description": "A lightning fast router for PHP", "keywords": ["router", "routing", "sinatra", "boilerplate"], "homepage": "https://github.com/klein/klein.php", "license": "MIT", "authors": [ { "name": "Chris O'Hara", "email": "cohara87@gmail.com", "homepage": "http://chris6f.com/", "role": "Creator/Developer" }, { "name": "Trevor Suarez", "email": "rican7@gmail.com", "homepage": "https://trevorsuarez.com/", "role": "Contributor/Developer" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8", "phpunit/php-code-coverage": "^2.2", "squizlabs/php_codesniffer": "1.4.8" }, "autoload": { "psr-4": { "Klein\\": "src/Klein/" } }, "autoload-dev": { "psr-4": { "Klein\\Tests\\": "tests/Klein/Tests" } } }