pushkar / easy-router
Easiest way to add route to your php application.
v0.1.2
2018-06-17 15:42 UTC
Requires
- php: >=7
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-03-24 15:39:26 UTC
README
Easiest way to add route to your php application.
Install
With composer:
composer require pushkar/easy-router
Usage
require_once "../../path/to/vendor/autoload.php";
use EasyRoute\Route;
License
Copyright (c) 2018 Pushkar Anand. Under MIT License.