Reactive extensions for PHP.
Reactive extensions for PHP. The reactive extensions for PHP are a set of libraries to compose asynchronous and event-based programs using observable collections and LINQ-style query operators in PHP.
Install dependencies using composer.
$ composer.phar install
Have fun running the demos in
/demo.
rxphp-chat, a demo chat application using Rx.PHP.