PHPackages                             kaythinks/kayroute - 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. kaythinks/kayroute

ActiveLibrary[Framework](/categories/framework)

kaythinks/kayroute
==================

This is a PHP routing package that can be plugged with any PHP package

1.1.0(5y ago)35MITPHPPHP ^7.0|^8.0CI failing

Since Apr 12Pushed 5y ago2 watchersCompare

[ Source](https://github.com/kaythinks/KayRoute)[ Packagist](https://packagist.org/packages/kaythinks/kayroute)[ RSS](/packages/kaythinks-kayroute/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (11)Used By (0)

This package is a PHP routing library.
======================================

[](#this-package-is-a-php-routing-library)

\-- Run composer require kaythinks/kayroute

\-- Run composer dump-autoload

\-- Create an index.php file

\-- The library can be used this way for example by putting the code below in the index.php file and serving your in-built PHP server (php -S localhost:8000 ).

```
