https://github.com/asm89/Rx.PHP
Reactive extensions for PHP.
https://github.com/asm89/Rx.PHP
Last synced: about 2 months ago
JSON representation
Reactive extensions for PHP.
- Host: GitHub
- URL: https://github.com/asm89/Rx.PHP
- Owner: asm89
- License: mit
- Created: 2013-04-16T21:34:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T21:42:47.000Z (almost 10 years ago)
- Last Synced: 2025-05-26T08:50:39.516Z (8 months ago)
- Language: PHP
- Size: 349 KB
- Stars: 204
- Watchers: 25
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php-cn - 官网
- awesome-php - Rx.PHP - 一个反应扩展库 (事件( Event ))
README
# This package is abandoned. Use https://github.com/ReactiveX/RxPHP instead
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.
[](http://travis-ci.org/asm89/Rx.PHP)
## Quick start for demos
Install dependencies using [composer](https://getcomposer.org).
```bash
$ composer.phar install
```
Have fun running the demos in `/demo`.
## Demo application
[rxphp-chat], a demo chat application using Rx.PHP.
[rxphp-chat]: https://github.com/asm89/rxphp-chat
## 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).