PHPackages                             lakshanjs/routekit - 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. lakshanjs/routekit

ActiveLibrary[Framework](/categories/framework)

lakshanjs/routekit
==================

A lightweight routing and request handling package for PHP.

v1.0.0(1y ago)1208—0%MITPHPPHP &gt;=8.2

Since Feb 8Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/lakshanjs/RouteKit)[ Packagist](https://packagist.org/packages/lakshanjs/routekit)[ RSS](/packages/lakshanjs-routekit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

RouteKit
========

[](#routekit)

RouteKit is a lightweight routing and request handling library for PHP. The package is inspired by [`nezamy/route`](https://github.com/nezamy/route) and provides a small but expressive API for building web applications.

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

[](#installation)

```
composer require lakshanjs/routekit
```

RouteKit requires PHP 8.1 or newer.

Quick start
-----------

[](#quick-start)

Create an `index.php` file and bootstrap the application:

```
