We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde8aec commit 2a2c228Copy full SHA for 2a2c228
README.md
@@ -3,13 +3,11 @@ RxPHP
3
4
Reactive extensions for PHP. The reactive extensions for PHP are a set of
5
libraries to compose asynchronous and event-based programs using observable
6
-collections and LINQ-style query operators in PHP.
+streams.
7
8
[](https://github.com/ReactiveX/RxPHP/actions)
9
[](https://coveralls.io/github/ReactiveX/RxPHP?branch=master)
10
11
-note: This repo is for v2.x, the latest version of RxPHP, not [v1.x](https://github.com/ReactiveX/RxPHP/tree/1.x).
12
-
13
## Example
14
15
```php
0 commit comments