PHPackages                             collectivism/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. [API Development](/categories/api)
4. /
5. collectivism/router

ActiveLibrary[API Development](/categories/api)

collectivism/router
===================

062PHP

Since Aug 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/collectivism/router)[ Packagist](https://packagist.org/packages/collectivism/router)[ RSS](/packages/collectivism-router/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

router [![Build Status](https://camo.githubusercontent.com/d36adf49bf06dd256cd0b34c323a7244edb6d023abcab0b29ff0efd79864803a/68747470733a2f2f7472617669732d63692e6f72672f636f6c6c656374697669736d2f726f757465722e737667)](https://travis-ci.org/collectivism/router)
===================================================================================================================================================================================================================================================================

[](#router-)

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

[](#installation)

Add this to your `composer.json` and run `composer install`.

```
  "require": {
    "collectivism/router" : "dev-master"
  }
```

Usage
-----

[](#usage)

```
use \Collectivism\Router;

Route::get('/foo/bar', __DIR__ . '/foo/bar.php');
Route::post('/foo/bar', __DIR__ . '/foo/bar.php');

Route::get('/foo/baz', __DIR__ . '/foo/baz.php');

Router::start();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/740d4977dd93d1e3d230a0976c51c5241a2990877b0e6b4be96a40198e2ac9f4?d=identicon)[bhaskar.saraogi](/maintainers/bhaskar.saraogi)

---

Top Contributors

[![aniketpant](https://avatars.githubusercontent.com/u/777188?v=4)](https://github.com/aniketpant "aniketpant (11 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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