Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
- Pro
Pinned
293 contributions in the last year
Activity overview
Contribution activity
July 2020
- Improve documentation and use fully-qualified class names throughout the documentation
- Expose ReactPHP in `User-Agent` and `Server` header
- Tag Browser and mark public Message as final to discourage inheriting from it
- Support skipping all online tests with `--exclude-group internet`
- Improve default concurrency and cap default request buffer at 64K
- Drop array as possible request handler
- Move `Response` class to `React\Http\Message\Response` and `ServerRequest` class to `React\Http\Message\ServerRequest`
- Add the event loop as required constructor argument
- Add HTTP client implementation (import clue/reactphp-buzz v2.9.0)
- Add full core team to the license
- Add ReactPHP core team as authors to composer.json
- Add `StreamingRequestMiddleware` to stream incoming requests, mark `StreamingServer` as internal
- Fix calculating concurrency when `post_max_size` ini is unlimited
- Run tests on PHPUnit 9 and clean up test suite