PHPackages                             kiss-php/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kiss-php/router

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kiss-php/router
===============

This is a KISS router and I try to keep it simple.

v1.0.1(1y ago)08MITPHP

Since Oct 28Pushed 1y agoCompare

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

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

HTTP ROUTER
===========

[](#http-router)

Requirements:

- PHP &gt;7.4
- Composer (vendor autoload)

To install you execute:

```
composer install ...
```

To start to use add the routes in your index.php file.

```
require 'vendor/autoload.php';

use Kiss\Http\Router;

Router::use('', 'Agrandesr\EasyRouter\Controllers\User'); //Function default main
Router::use('get','Agrandesr\EasyRouter\Controllers\User::get');
Router::use('update','Agrandesr\EasyRouter\Controllers\User::update');
```

If you want to create relative path you can use brackets.

```
Router::use('update/{id}','Agrandesr\EasyRouter\Controllers\User::update');
```

Next, you can use this relative path with the static function *getOption*.

```
$id = Router::getOption('id');
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance41

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~64 days

Total

2

Last Release

498d ago

### Community

Maintainers

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

---

Top Contributors

[![AGrandesR](https://avatars.githubusercontent.com/u/61379065?v=4)](https://github.com/AGrandesR "AGrandesR (5 commits)")

### Embed Badge

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

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

###  Alternatives

[tatter/alerts

Lightweight user alerts for CodeIgniter 4

4072.4k6](/packages/tatter-alerts)[humanmade/altis-reusable-blocks

Adds functionality to reusable blocks to enhance their usage.

11183.7k5](/packages/humanmade-altis-reusable-blocks)[yiibr/yii2-correios

Locates an address in Brazil by postal code

1214.2k](/packages/yiibr-yii2-correios)

PHPackages © 2026

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