| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-01-12 | 473 Bytes | |
| v3.0.0.tar.gz | 2021-01-12 | 17.2 kB | |
| v3.0.0.zip | 2021-01-12 | 27.2 kB | |
| Totals: 3 Items | 44.9 kB | 0 | |
Changelog
- Code refactoring and cleanup
- Remove request-limit feature
- Min. PHP version is now 7.4
- Added Push-Client/IPC feature (see README)
- Removed Websocket-Client
- Added improved and reorganized examples
- Updated README
- Switched to MIT license
Attention This version contains breaking changes:
- Method
public function onIPCData(array $data): void;was added to ApplicationInterface. - Class
Client(Websocket Client) was removed.