PHPackages                             noonat/pipes - 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. noonat/pipes

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

noonat/pipes
============

17211PHP

Since Mar 13Pushed 14y ago3 watchersCompare

[ Source](https://github.com/noonat/pipes)[ Packagist](https://packagist.org/packages/noonat/pipes)[ RSS](/packages/noonat-pipes/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
         _        _          _          _           _
        /\ \     /\ \       /\ \       /\ \        / /\
       /  \ \    \ \ \     /  \ \     /  \ \      / /  \
      / /\ \ \   /\ \_\   / /\ \ \   / /\ \ \    / / /\ \__
     / / /\ \_\ / /\/_/  / / /\ \_\ / / /\ \_\  / / /\ \___\
    / / /_/ / // / /    / / /_/ / // /_/_ \/_/  \ \ \ \/___/
   / / /__\/ // / /    / / /__\/ // /____/\      \ \ \
  / / /_____// / /    / / /_____// /\____\/  _    \ \ \
 / / /   ___/ / /__  / / /      / / /______ /_/\__/ / /
/ / /   /\__\/_/___\/ / /      / / /_______\\ \/___/ /
\/_/    \/_________/\/_/       \/__________/ \_____\/

pipes is a micro-framework for PHP 5.3, inspired by Sinatra. It uses
namespaces and anonymous functions to give you code that looks like:

    require 'pipes.php';

    pipes\get('/hi', function() {
        return "Hello, world!";
    });

    pipes\get('/hi/:name', function($params) {
        return "Hello, {$params->name}!";
    });

    pipes\run();

To use, just download and include the merged file:
https://github.com/noonat/pipes/raw/master/pipes.php

For documentation, see:
https://wiki.github.com/noonat/pipes/

For bugs, feature requests, and so on:
https://github.com/noonat/pipes/issues

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

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/dc4c977511f15319a5ec46e3764cbe4b74a38fbfd772755215121cda1a2fbb23?d=identicon)[noonat](/maintainers/noonat)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/noonat-pipes/health.svg)

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

PHPackages © 2026

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