You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/clue/sse-react)
5
5
6
6
Streaming, async HTML5 Server-Sent Events server (aka. SSE or EventSource), built on top of [React PHP](http://reactphp.org/).
@@ -13,7 +13,11 @@ See the [examples](examples).
13
13
14
14
## Install
15
15
16
-
The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)
16
+
The recommended way to install this library is [through Composer](https://getcomposer.org/).
17
+
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
18
+
19
+
Once released, this project will follow [SemVer](https://semver.org/).
20
+
At the moment, this will install the latest development version:
17
21
18
22
```JSON
19
23
{
@@ -23,21 +27,25 @@ The recommended way to install this library is [through composer](http://getcomp
23
27
}
24
28
```
25
29
30
+
This project aims to run on any platform and thus does not require any PHP
31
+
extensions and supports running on legacy PHP 5.3 through PHP 7.3.
32
+
It's *highly recommended to use the latest supported PHP version* for this project.
33
+
26
34
## Tests
27
35
28
36
To run the test suite, you first need to clone this repo and then install all
0 commit comments