/easy-router

Easiest way to add route to your php application.

Primary LanguagePHPMIT LicenseMIT

easy-router

Latest Stable Version Build Status Total Downloads License

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.