PHPackages                             kraken-php/stream - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. kraken-php/stream

ActiveLibrary[Queues &amp; Workers](/categories/queues)

kraken-php/stream
=================

Asynchronous Stream Library.

v0.4.1(9y ago)592.0k↓56.4%8MITPHPPHP &gt;=5.6.7

Since Sep 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kraken-php/stream)[ Packagist](https://packagist.org/packages/kraken-php/stream)[ Docs](http://kraken-php.com)[ RSS](/packages/kraken-php-stream/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (9)Used By (8)

Kraken Stream Component
=======================

[](#kraken-stream-component)

[![Build Status](https://camo.githubusercontent.com/af15010c36476fc4e6c49984421bf2b84750be2adc45fc8bebf1b90d9a7b52c3/68747470733a2f2f7472617669732d63692e6f72672f6b72616b656e2d7068702f6672616d65776f726b2e737667)](https://travis-ci.org/kraken-php/framework)[![Total Downloads](https://camo.githubusercontent.com/2e875dad004641117e0a8c362170637a7e2f3aab3014447778b20b60bc78c502/68747470733a2f2f706f7365722e707567782e6f72672f6b72616b656e2d7068702f73747265616d2f646f776e6c6f616473)](https://packagist.org/packages/kraken-php/stream)[![Latest Stable Version](https://camo.githubusercontent.com/b23946e91d7e7fb877d1e08bc2da41222ecb36b90719f9a0651335052011c333/68747470733a2f2f706f7365722e707567782e6f72672f6b72616b656e2d7068702f73747265616d2f762f737461626c65)](https://packagist.org/packages/kraken-php/stream)[![Latest Unstable Version](https://camo.githubusercontent.com/768be3839f1c21533e3872e94735166f89f6c1d579b12f25195144882b98aafe/68747470733a2f2f706f7365722e707567782e6f72672f6b72616b656e2d7068702f73747265616d2f762f756e737461626c65)](https://packagist.org/packages/kraken-php/stream)[![License](https://camo.githubusercontent.com/7b3d640f212d4ca5dfa30751f70cef9fd309f7b19fdd33448b776f26fdfdd42f/68747470733a2f2f706f7365722e707567782e6f72672f6b72616b656e2d7068702f6672616d65776f726b2f6c6963656e7365)](https://packagist.org/packages/kraken-php/framework)[![Kraken Compatible](https://camo.githubusercontent.com/1b4bd0ba007b4666bb6e1a081a7aeeafd8c9cfcaeab74fc4121ac3e353e3b51f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6b72616b656e2d636f6d70617469626c652d3662303261662e737667)](https://github.com/kraken-php/framework)

> **Note:** This repository is a part of [Kraken Framework](https://github.com/kraken-php/framework), but **can be used freely as standalone library**. If you are interested in more asynchronous components for PHP, check out the rest of [Kraken repository](https://github.com/kraken-php) or see our [asynchronous application skeleton](https://github.com/kraken-php/kraken) example.

Description
-----------

[](#description)

Stream is a component that provides consistent interface for streams and allows asynchronous writing and reading.

Feature Highlights
------------------

[](#feature-highlights)

Stream features:

- Consistent interface for using streams,
- Implementation of asynchronous and synchronous streams,
- Kraken Framework compatibility,
- ...and more.

Examples
--------

[](#examples)

See more examples in [official documentation](http://kraken-php.com/docs/api-stream).

Requirements
------------

[](#requirements)

- PHP-5.6 or PHP-7.0+,
- UNIX or Windows OS.

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

[](#installation)

```
composer require kraken-php/stream

```

Tests
-----

[](#tests)

Tests are provided within our write-only [Framework repository](https://github.com/kraken-php/framework).

Documentation
-------------

[](#documentation)

Documentation for this module can be found in the [official documentation](http://kraken-php.com/docs/api-stream).

Contributing
------------

[](#contributing)

This library is read-only subtree split of Kraken Framework. To make contributions, please go to [Framework repository](https://github.com/kraken-php/framework).

License
-------

[](#license)

This library licensed under the MIT license, see more information in [Kraken Framework](https://github.com/kraken-php/framework) license section.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community15

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

Every ~34 days

Recently: every ~56 days

Total

8

Last Release

3339d ago

PHP version history (2 changes)v0.3.0PHP &gt;=5.5.9

0.4.x-devPHP &gt;=5.6.7

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

streamasyncasynchronouskrakenkraken-php

### Embed Badge

![Health badge](/badges/kraken-php-stream/health.svg)

```
[![Health](https://phpackages.com/badges/kraken-php-stream/health.svg)](https://phpackages.com/packages/kraken-php-stream)
```

###  Alternatives

[amphp/amp

A non-blocking concurrency framework for PHP applications.

4.4k133.8M433](/packages/amphp-amp)[react/socket

Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP

1.3k135.6M457](/packages/react-socket)[revolt/event-loop

Rock-solid event loop for concurrent PHP applications.

92553.8M226](/packages/revolt-event-loop)[amphp/parallel

Parallel processing component for Amp.

85251.9M98](/packages/amphp-parallel)[amphp/byte-stream

A stream abstraction to make working with non-blocking I/O simple.

394125.7M137](/packages/amphp-byte-stream)[amphp/sync

Non-blocking synchronization primitives for PHP based on Amp and Revolt.

19161.0M53](/packages/amphp-sync)

PHPackages © 2026

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