pushkar/easy-router

Easiest way to add route to your php application.

v0.1.2 2018-06-17 15:42 UTC

README

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.