PHPackages                             pushinbr/pam-api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. pushinbr/pam-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pushinbr/pam-api
================

Elegant HTTP routing and middleware for the Pam runtime.

v0.1.2(today)00MITPHPPHP ^8.4

Since Jul 23Pushed todayCompare

[ Source](https://github.com/push-in/pam-api)[ Packagist](https://packagist.org/packages/pushinbr/pam-api)[ Docs](https://github.com/push-in/pam)[ RSS](/packages/pushinbr-pam-api/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

pushinbr/pam-api
================

[](#pushinbrpam-api)

The optional Express-like HTTP layer for Pam: route parameters, 404/405 handling, a precompiled middleware pipeline, error boundaries and Composer provider discovery.

```
pam composer require pushinbr/pam-api
```

```
use Pam\App;

$app = new App();
$app->get('/users/{id}', static fn ($request, $response) =>
    $response->json(['id' => $request->route('id')]));
$app->listen(3000);
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19325395?v=4)[David William balbino](/maintainers/DavidWilliamBalbino)[@DavidWilliamBalbino](https://github.com/DavidWilliamBalbino)

---

Top Contributors

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

---

Tags

composerdistribution-mirrorpamphphttpphpmiddlewarerouterpam

### Embed Badge

![Health badge](/badges/pushinbr-pam-api/health.svg)

```
[![Health](https://phpackages.com/badges/pushinbr-pam-api/health.svg)](https://phpackages.com/packages/pushinbr-pam-api)
```

###  Alternatives

[hannesvdvreken/guzzle-debugbar

A Guzzle middleware that logs requests to debugbar's timeline

77428.9k2](/packages/hannesvdvreken-guzzle-debugbar)[middlewares/fast-route

Middleware to use FastRoute

98205.1k15](/packages/middlewares-fast-route)[aphiria/aphiria

The Aphiria framework

1428.2k2](/packages/aphiria-aphiria)[wilaak/radix-router

High-performance radix tree based HTTP request router

616.0k5](/packages/wilaak-radix-router)[northwoods/router

Fast router for PSR-15 request handlers

161.4k](/packages/northwoods-router)

PHPackages © 2026

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