PHPackages                             yakisova41/routing - 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. yakisova41/routing

ActiveLibrary[Framework](/categories/framework)

yakisova41/routing
==================

4.0.3(3y ago)054MITPHPPHP &gt;= 8.1.0

Since Feb 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yakisova41/routing)[ Packagist](https://packagist.org/packages/yakisova41/routing)[ RSS](/packages/yakisova41-routing/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

Yakisova41/Routing
==================

[](#yakisova41routing)

About
-----

[](#about)

A composer package that allows you to set up simple routing

Usage
-----

[](#usage)

```
composer require yakisova41/routing
```

```
use Yakisova41\Routing\Routing;
use Yakisova41\Routing\Route;

Route::put('/',['GET'],function(){
    echo 'Hello world!!';
});

Routing::listen();
```

### Set path parameters

[](#set-path-parameters)

```
Route::put('/page/{Pageid}',['GET'],function($req){
    echo $req['parameters']['Pageid'];
});
```

Executing this code will display the value specified in the path parameter Pageid

### Specify request method

[](#specify-request-method)

```
Route::put('/',['POST'],function(){
    echo 'Hello world!!';
});

Route::put('/',['GET', 'POST'],function(){
    echo 'Hello world!!';
});
```

Multiple request methods can be specified in the array

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~11 days

Total

14

Last Release

1452d ago

Major Versions

1.0.3 → 2.0.02022-03-19

2.0.0.0001 → 3.0.x-dev2022-04-22

2.0.x-dev → 4.02022-06-17

PHP version history (2 changes)1.0.0PHP &gt;= 7.0.0

4.0PHP &gt;= 8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/36a21bde8bc6f835f7395711780afa0314e3beef168f3b0d5181dbf3f4043edf?d=identicon)[yakisova41](/maintainers/yakisova41)

---

Top Contributors

[![yakisova41](https://avatars.githubusercontent.com/u/75610521?v=4)](https://github.com/yakisova41 "yakisova41 (25 commits)")

---

Tags

composer-packagephprouting

### Embed Badge

![Health badge](/badges/yakisova41-routing/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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