hyphper / h2-frame
HTTP/2 frame decoder
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/hyphper/h2-frame
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: 2025-10-12 21:51:00 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.