PHPackages                             pmaxs/silex-path2query - 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. pmaxs/silex-path2query

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

pmaxs/silex-path2query
======================

Silex service provider that adds query vars to Request from path

v2.0.4(9y ago)037MITPHPPHP &gt;=5.4.0

Since Jun 16Pushed 9y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (1)Versions (11)Used By (0)

Silex-path2query
================

[](#silex-path2query)

Silex service provider that adds query vars to Request from path.

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

[](#installation)

```
composer require pmaxs/silex-path2query "^1.0" # for silex v1.x
composer require pmaxs/silex-path2query "^2.0" # for silex v2.x

```

Usage
-----

[](#usage)

Provedier appends parameter to all routes. Than this parameter is parsed and all vars are added to Request query.

Ex.:
route: /blogs/{year}/
url: /blogs/2015/order/rating/page/5
query vars: $request-&gt;get('order') - 'rating', $request-&gt;get('page') - 5

```
$app->register(new \Pmaxs\Silex\Path2Query\Provider\Path2QueryServiceProvider(), []);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

10

Last Release

3619d ago

Major Versions

v1.0.1 → v2.0.12016-06-16

v1.0.0 → v2.0.22016-06-16

v1.0.3 → v2.0.32016-06-16

v1.0.4 → 2.0.x-dev2016-06-16

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

requestsymfonysilex

### Embed Badge

![Health badge](/badges/pmaxs-silex-path2query/health.svg)

```
[![Health](https://phpackages.com/badges/pmaxs-silex-path2query/health.svg)](https://phpackages.com/packages/pmaxs-silex-path2query)
```

###  Alternatives

[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[emanueleminotto/faker-service-provider

Faker Service Provider for Silex

162.9k](/packages/emanueleminotto-faker-service-provider)

PHPackages © 2026

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