PHPackages                             rkr/streams-common - 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. rkr/streams-common

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

rkr/streams-common
==================

Basic stream implementations for PHP 5.3+

0.0.1(12y ago)116MITPHP

Since Feb 10Pushed 12y ago2 watchersCompare

[ Source](https://github.com/rkrx/php-streams-common)[ Packagist](https://packagist.org/packages/rkr/streams-common)[ RSS](/packages/rkr-streams-common/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

php-streams-common
==================

[](#php-streams-common)

Basic stream implementations for PHP 5.3+

Basic example:

```
use Kir\Streams\InputStream;
use Kir\Streams\Common\PhpStream;

function test(InputStream $stream) {
	echo $stream->read();
}

$stream = new PhpStream('php://memory', 'r+', true);
$stream->write('This is a test')->rewind();
test($stream);
```

Versioning
----------

[](#versioning)

[www.semver.org](http://www.semver.org)

Composer
--------

[](#composer)

`composer require rkr/php-streams-common dev-master`

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

4477d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f83d7e57a4bf3f1309680dbfbbf2d022f0ee6dae64a4b3bdfbed1226f2f6bef?d=identicon)[rkr](/maintainers/rkr)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rkr-streams-common/health.svg)

```
[![Health](https://phpackages.com/badges/rkr-streams-common/health.svg)](https://phpackages.com/packages/rkr-streams-common)
```

###  Alternatives

[masmerise/livewire-toaster

Beautiful toast notifications for Laravel / Livewire.

505550.3k6](/packages/masmerise-livewire-toaster)[darkghosthunter/preloader

Preloader helper to create a PHP-ready preload script from Opcache.

432664.1k1](/packages/darkghosthunter-preloader)

PHPackages © 2026

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