PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Quick Laravel Like PHP Router Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quick Laravel Like PHP Router Library
Route HTTP requests to functions like Laravel
Author: By
Last change:
Date: 3 years ago
Size: 466 bytes
 

Contents

Class file image Download
{ "name": "ahmard/quick-route", "description": "Simple http router designed to look just like Laravel's router", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Ahmad Mustapha", "email": "ahmard06@gmail.com" } ], "require": { "nikic/fast-route": "^1.3", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9" }, "autoload": { "psr-4": { "QuickRoute\\": "src/" } } }