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

Abandoned → [chimera/routing-mezzio](/?search=chimera%2Frouting-mezzio)ArchivedLibrary

chimera/routing-expressive
==========================

Zend Expressive implementation for chimera/routing

0.4.0(5y ago)038.6k1MITPHPPHP ^7.4 || ^8.0

Since May 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/chimeraphp/routing-expressive)[ Packagist](https://packagist.org/packages/chimera/routing-expressive)[ GitHub Sponsors](https://github.com/lcobucci)[ Patreon](https://www.patreon.com/lcobucci)[ RSS](/packages/chimera-routing-expressive/feed)WikiDiscussions 0.5.x Synced yesterday

READMEChangelog (4)Dependencies (16)Versions (8)Used By (0)

Chimera - routing/expressive
============================

[](#chimera---routingexpressive)

[![Total Downloads](https://camo.githubusercontent.com/8a3b633ef21c73520aa0e48dccb9faa9c1c5e99177dec82ea42f0aa99e22b597/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6368696d6572612f726f7574696e672d657870726573736976652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chimera/routing-expressive)[![Latest Stable Version](https://camo.githubusercontent.com/88e81aebdf76228d1f416aa53b7f4e7626957da4a91413f9eb8d8369e03a290e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368696d6572612f726f7574696e672d657870726573736976652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chimera/routing-expressive)[![Unstable Version](https://camo.githubusercontent.com/5456b1992975fb978e50245b35e6990a92a0f36ca2cd64668fcfcd33303779ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6368696d6572612f726f7574696e672d657870726573736976652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chimera/routing-expressive)

[![Build Status](https://camo.githubusercontent.com/85da8587b86a1a0a2257cc8e67e12e42b71dfa9fbacaf5e585bc5941c3201e76/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6368696d6572617068702f726f7574696e672d657870726573736976652f504850556e697425323074657374732f302e352e783f7374796c653d666c61742d737175617265)](https://github.com/chimeraphp/routing-expressive/actions?query=workflow%3A%22PHPUnit%20Tests%22+branch%3A0.5.x)[![Code Coverage](https://camo.githubusercontent.com/937e7220140a9da653cb01abc8e556e79db3eb89001749809d86c38f63a15548/68747470733a2f2f636f6465636f762e696f2f67682f6368696d6572617068702f726f7574696e672d657870726573736976652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/chimeraphp/routing-expressive)

⚠️ This package is deprecated and won't receive any updates, use [chimera/routing-mezzio](https://github.com/chimeraphp/routing-mezzio) instead ⚠️

> The term Chimera (*/kɪˈmɪərə/* or */kaɪˈmɪərə/*) has come to describe any mythical or fictional animal with parts taken from various animals, or to describe anything composed of very disparate parts, or perceived as wildly imaginative, implausible, or dazzling.

There are many many amazing libraries in the PHP community and with the creation and adoption of the PSRs we don't necessarily need to rely on full stack frameworks to create a complex and well designed software. Choosing which components to use and plugging them together can sometimes be a little challenging.

The goal of this set of packages is to make it easier to do that (without compromising the quality), allowing you to focus on the behaviour of your software.

This package just provides adapters for Zend Expressive v3.0, so that it can be used as HTTP application.

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

[](#installation)

Package is available on [Packagist](http://packagist.org/packages/chimera/routing-expressive), you can install it using [Composer](http://getcomposer.org).

```
composer require chimera/routing-expressive
```

### PHP Configuration

[](#php-configuration)

In order to make sure that we're dealing with the correct data, we're using `assert()`, which is a very interesting feature in PHP but not often used. The nice thing about `assert()` is that we can (and should) disable it in production mode so that we don't have useless statements.

So, for production mode, we recommend you to set `zend.assertions` to `-1` in your `php.ini`. For development you should leave `zend.assertions` as `1` and set `assert.exception` to `1`, which will make PHP throw an [`AssertionError`](https://secure.php.net/manual/en/class.assertionerror.php)when things go wrong.

Check the documentation for more information:

Usage
-----

[](#usage)

To use this package you need to configured your Zend Expressive application to use our packages (as explained [here](https://github.com/chimeraphp/routing#usage)) and register instances of `Chimera\Routing\Expressive\UriGenerator` and `Chimera\Routing\Expressive\RouteParamsExtractor` in your DI container.

License
-------

[](#license)

MIT, see [LICENSE](LICENSE).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 68.4% 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 ~205 days

Recently: every ~182 days

Total

6

Last Release

1903d ago

PHP version history (4 changes)0.1.0PHP ^7.2

0.2.0PHP ^7.2 || ^8.0

0.3.0PHP ^7.3 || ^8.0

0.4.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/201963?v=4)[Luís Cobucci](/maintainers/lcobucci)[@lcobucci](https://github.com/lcobucci)

---

Top Contributors

[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (208 commits)")[![lcobucci](https://avatars.githubusercontent.com/u/201963?v=4)](https://github.com/lcobucci "lcobucci (87 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![rdohms](https://avatars.githubusercontent.com/u/94331?v=4)](https://github.com/rdohms "rdohms (2 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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