Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 504 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 504 Bytes

IMPHP - Route


A Middleware and Router library

Full Documentation

You can view the Full Documentation to lean more about what this offers.

Installation

Using .phar library

wget https://github.com/IMPHP/route/releases/download/<version>/imphp-route.phar
require "imphp-route.phar";

...

Clone via git

git clone https://github.com/IMPHP/route.git imphp/route/

Composer (Packagist)

composer require imphp/route