PHPackages                             kenlog/route-custom - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. kenlog/route-custom

ActiveLibrary[Framework](/categories/framework)

kenlog/route-custom
===================

Route - Fast, flexible routing for PHP, enabling you to quickly and easily build RESTful web applications. This is a custom version of nezamy/route with updates for PHP 8 compatibility.

075PHP

Since Oct 22Pushed 1y agoCompare

[ Source](https://github.com/kenlog/route)[ Packagist](https://packagist.org/packages/kenlog/route-custom)[ RSS](/packages/kenlog-route-custom/feed)WikiDiscussions php-8-compatibility Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Route v1.2.6
============

[](#route-v126)

Route - Fast, flexible routing for PHP, enabling you to quickly and easily build RESTful web applications.

Installation
------------

[](#installation)

You can download it and using it without any changes.

OR use Composer.

It's recommended that you use [Composer](https://getcomposer.org/) to install Route.

```
$ composer require nezamy/route
```

Or if you looking for ready template for using this route Go to

Route requires PHP 5.4.0 or newer.

Usage
-----

[](#usage)

Only if using composer create index.php in root.

Create an index.php file with the following contents:

```
