An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.

[![Build Status](https://secure.travis-ci.org/asm89/Rx.PHP.png?branch=master)](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).