PHPackages                             tsufeki/react-line-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tsufeki/react-line-stream

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

tsufeki/react-line-stream
=========================

Line-by-line stream reading for React PHP

0.2.1(7y ago)44.9k↓50%1[1 PRs](https://github.com/tsufeki/react-line-stream/pulls)1MITPHP

Since Oct 23Pushed 5y ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (1)

React Line Stream
=================

[](#react-line-stream)

Line-by-line stream reading for React PHP.

It's `line` event gets fired only with single full line of text (EOL included).

Example
-------

[](#example)

```
$loop = React\EventLoop\Factory::create();
$file = new React\Stream\Stream(fopen('foo.txt', 'r'), $loop);

$lineStream = new ReactLineStream\LineStream($file);
$lineStream->on('line', function ($line) {
    echo 'line: ' . $line;
});

$loop->run();
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

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

Total

4

Last Release

2703d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5578f15ff14d148f32bfcdb831a9ca6050318283762622a9fac29179886c0f3c?d=identicon)[tsufeki](/maintainers/tsufeki)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tsufeki-react-line-stream/health.svg)

```
[![Health](https://phpackages.com/badges/tsufeki-react-line-stream/health.svg)](https://phpackages.com/packages/tsufeki-react-line-stream)
```

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k234.7M20.6k](/packages/friendsofphp-php-cs-fixer)[react/react

ReactPHP: Event-driven, non-blocking I/O with PHP.

9.1k3.6M63](/packages/react-react)[react/child-process

Event-driven library for executing child processes with ReactPHP.

34076.1M136](/packages/react-child-process)[react/stream

Event-driven readable and writable streams for non-blocking I/O in ReactPHP

689126.8M194](/packages/react-stream)[alchemy/binary-driver

A set of tools to build binary drivers

19110.9M39](/packages/alchemy-binary-driver)[react/zmq

ZeroMQ bindings for React.

2471.7M31](/packages/react-zmq)

PHPackages © 2026

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