imphp/route

Middleware and Router library

2.1.0 2022-05-14 20:09 UTC

This package is auto-updated.

Last update: 2024-04-15 00:36:58 UTC


README

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