PHPackages                             quickestphp/router - 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. quickestphp/router

ActiveLibrary

quickestphp/router
==================

Simple and easy to use routing system.

04PHP

Since Mar 27Pushed 7y agoCompare

[ Source](https://github.com/quickestphp/router)[ Packagist](https://packagist.org/packages/quickestphp/router)[ RSS](/packages/quickestphp-router/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Quickest Router
===============

[](#quickest-router)

This router package is easy, fast and extremely uncomplicated. It is not made for a specific FRAMEWORK, you can add it to any of your projects. Create and manage your routes in minutes!

How to install it
-----------------

[](#how-to-install-it)

First create the folder where your application will live and then inside of it use the command for requiring the package or define in composer.json file, **IT IS NECESSARY** to have **COMPOSER** in order to **INSTALL** this package, see bellow:

```
$ composer require quickestphp/router
```

or add it to composer.json

```
"quickestphp/router": "^1.0"
```

How to use it
-------------

[](#how-to-use-it)

Setting up Quickest router is very easy

> In order to get a Quickest Router instance you have

```
$router = new Quickest\Router;
```

> After it is necessary to define the routes and its handlers, the SUPPORTED VERBS ARE:

- GET : to navigate between pages and read records
- POST : is used for inserting records
- PUT / PATCH : this verb is responsable for updating
- DELETE : used for removing records
- GROUP : groups a collection of routes under a path

> To actually execute the routing system, after all definded routes is mandatory to call the **dispatch method** at **Router::dispatch()**

```
$router->dispatch();
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/quickestphp/router/blob/master/CONTRIBUTING.md) for details.

Support
-------

[](#support)

Security: If you discover any security related issues, please email  instead of using the issue tracker.

Thank you

Credits
-------

[](#credits)

- [Jonatan Flores](https://github.com/jonatanflores) (Developer)
- [All Contributors](https://github.com/quickestphp/router/contributors) (This Rock)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/quickestphp/router/blob/master/LICENSE) for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d29165bcbc4f7e38062d4b979bfa77ea4b331c85257b43d80b7237959e29f66c?d=identicon)[quickestphp](/maintainers/quickestphp)

---

Top Contributors

[![JonatanFlores](https://avatars.githubusercontent.com/u/911666?v=4)](https://github.com/JonatanFlores "JonatanFlores (1 commits)")

### Embed Badge

![Health badge](/badges/quickestphp-router/health.svg)

```
[![Health](https://phpackages.com/badges/quickestphp-router/health.svg)](https://phpackages.com/packages/quickestphp-router)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
