v3.0.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.