Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 902 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 902 Bytes

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.