Registry / async / reactivex-rxphp

reactivex-rxphp

JSON →
library2.1.0phppackagistunverified

Reactive extensions for PHP, providing observable sequences and asynchronous data streams.

composer require reactivex/rxphp
INSTALL
IMPORT
SIG · REACTIVEX-RXPHP
R
reactivex-rxphp
asyncphpv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Observable
use Rx\Observable;

Create an observable from an array and subscribe to its values.

use Rx\Observable; $observable = Observable::fromArray([1, 2, 3]); $observable->subscribe(function($value) { echo $value; });
Debug
Known issues
breakingRequires PHP 7.1+; some features may not work on older versions.
fix
Upgrade to PHP 7.1 or later.
affects: <2.0.0
Upgrade
Version history
2.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
reactivex-rxphp — pip install reactivex-rxphp · libregistry