hyphper/h2-frame

HTTP/2 frame decoder

dev-master 2016-12-27 20:57 UTC

This package is auto-updated.

Last update: 2024-04-12 18:36:46 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

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.