asm89 / rx.php
Reactive extensions for php.
Installs: 1 756
Dependents: 0
Suggesters: 0
Security: 0
Stars: 210
Watchers: 25
Forks: 25
Open Issues: 2
Requires
- php: ~5.5|~7.0
Requires (Dev)
- react/event-loop: ~0.4.1
- react/promise: ~2.2
Suggests
- react/event-loop: For using event-loop based scheduling.
- react/promise: For converting promises to and from observables.
This package is auto-updated.
Last update: 2020-01-02 21:46:23 UTC
README
Rx.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.
Quick start for demos
Install dependencies using composer.
$ composer.phar install
Have fun running the demos in /demo
.
Demo application
rxphp-chat, a demo chat application using Rx.PHP.
License
- Rx.PHP is licensed under the MIT License - see the LICENSE file for details
- I am providing code in this repository to you under an open source license. Because this is my personal repository, the license you receive to my code is from me and not from my employer (Facebook).