hamlet-framework / http
Hamlet Framework / HTTP
Installs: 18 639
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:framework
Requires
- php: ^7 || ^8
- ext-json: @stable
- hamlet-framework/http-message: @stable
- hamlet-framework/type: @stable
- mustache/mustache: @stable
- psr/cache: @stable
- psr/log: @stable
Requires (Dev)
- cache/array-adapter: @stable
- hamlet-framework/http-message-spec: @stable
- monolog/monolog: @stable
- php-parallel-lint/php-parallel-lint: @stable
- phpunit/phpunit: ^6 || ^7 || ^8
- squizlabs/php_codesniffer: @stable
- symfony/polyfill-mbstring: <=1.20.0
- vimeo/psalm: @stable
This package is auto-updated.
Last update: 2024-10-29 05:10:55 UTC
README
Todo
- Implement If-Range for ConditionalRequest
- Add reader for date format according to https://tools.ietf.org/html/rfc2616#section-3.3
- Add tests for HEAD requests
- Add more tests from https://github.com/AchinthaReemal/ESBHttpComplianceTest
- Check strong/weak validation logic
- Add support for websockets and TCP connections
- Check ReactPHP/MySQL
- Add framework for simple asynchronous handling: swoole/swoole-src#2855 (comment)
- Extract ScopeAware interface to make sure databases can implement it