PHPackages                             teleport/pipeline - 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. teleport/pipeline

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

teleport/pipeline
=================

Teleport pipeline package.

v0.0.1(6y ago)02MITPHPPHP &gt;=7.3

Since Apr 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/teleportable/pipeline)[ Packagist](https://packagist.org/packages/teleport/pipeline)[ RSS](/packages/teleport-pipeline/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Teleport Pipeline.
==================

[](#teleport-pipeline)

The teleport pipeline design pattern implementation.

```
class BazStage implements Teleport\Pipeline\Interfaces\StageInterface
{

	public function process($payload)
	{
		$payload->baz = "my value";
		return $payload;
	}
}

$pipeline = new Teleport\Pipeline\Pipeline;

$pipeline
	->pipe(new Teleport\Pipeline\Stages\JsonDecodeStage)
	->pipe(new BazStage)
	->pipe(function($payload)
	{
		$payload->x = "y";
		return $payload;
	})
	->pipe(new Teleport\Pipeline\Stages\JsonEncodeStage);

echo $pipeline->process('{"foo": "bar"}');
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2278d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/277206410?v=4)[teleport](/maintainers/teleport)[@teleport](https://github.com/teleport)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/teleport-pipeline/health.svg)

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

###  Alternatives

[scandipwa/catalog-graphql

Catalog-specific modifications for ScandiPWA

17236.0k2](/packages/scandipwa-catalog-graphql)[mcguffin/acf-openstreetmap-field

WordPress ACF Field for OpenStreetMap

1093.8k](/packages/mcguffin-acf-openstreetmap-field)[bazo/geotools

Geo Tools for PHP 5.4

1389.1k](/packages/bazo-geotools)

PHPackages © 2026

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