hyphper / h2-frame
HTTP/2 frame decoder
dev-master
2016-12-27 20:57 UTC
Requires
- php: ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.12
- phpunit/phpunit: ^5.5
- squizlabs/php_codesniffer: ^2.6
This package is auto-updated.
Last update: 2024-10-12 19:44:22 UTC
README
hyphperframe/h2-frame: Pure PHP HTTP/2 Framing
This library contains the HTTP/2 framing code used in the hyphper project. It provides a pure-PHP codebase that is capable of decoding a binary stream into HTTP/2 frames.
This library is used directly by hyphper to provide HTTP/2 frame decoding logic.
This library is based on the Python Hyper "hyperframe" project.
License
hyphper/h2-frame is made available under the MIT License. For more details, see the LICENSE file in the repository.