{ "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/" } } }
info at phpclasses dot org