Skip to content

IMPHP/route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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