- Add Support of Symfony Http Foundation Compoent
- Add PubSub Service
- SSE use magic method instead of direct access
- Add Redis and Memcahce Mechnism
- Add SessionLike Mechnism
- Fixed event loop handling where removing handlers at runtime can result in a broken state.
- Fix Order of arguments due to change of Utils::sseBlock
- Use namespaces directly
- SSEEvent becomes interfaces \SSE\Event
- rename SSEData as \SSE\Data
- Add DataInterface for all Mechnism
- SSEUtils rename as \SSE\Utils
- All snake case method name rename to camel case
- Change order of argument of Utils::sseBlock
- Add to Packagist as tonyhhtip/sse