PHPackages                             tourze/quic-frames - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. tourze/quic-frames

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tourze/quic-frames
==================

QUIC协议帧处理库 - 提供各种QUIC帧的编解码和管理

0.1.0(8mo ago)0963MITPHPCI passing

Since Jun 3Pushed 6mo agoCompare

[ Source](https://github.com/tourze/quic-frames)[ Packagist](https://packagist.org/packages/tourze/quic-frames)[ RSS](/packages/tourze-quic-frames/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (3)

QUIC Frames Package
===================

[](#quic-frames-package)

[English](README.md) | [中文](README.zh-CN.md)

\[[![PHP Version](https://camo.githubusercontent.com/6e0ce71c1295dae6b07d90f219b18876dc0dbd60efc7a440fd2aea2841dbb9ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f75727a652f717569632d6672616d65732e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/6e0ce71c1295dae6b07d90f219b18876dc0dbd60efc7a440fd2aea2841dbb9ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f75727a652f717569632d6672616d65732e7376673f7374796c653d666c61742d737175617265)\] () \[[![License](https://camo.githubusercontent.com/13564f98c4fc2e80627d9967579fe6203eaf77441a67b544ebc294722c8100c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f75727a652f717569632d6672616d65732e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/13564f98c4fc2e80627d9967579fe6203eaf77441a67b544ebc294722c8100c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f75727a652f717569632d6672616d65732e7376673f7374796c653d666c61742d737175617265)\] () \[[![Latest Version](https://camo.githubusercontent.com/42529636fdae8e05a86a0395d4c0efd9d92bf9d038d90a1eecea7e4e86c479d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f75727a652f717569632d6672616d65732e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/42529636fdae8e05a86a0395d4c0efd9d92bf9d038d90a1eecea7e4e86c479d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f75727a652f717569632d6672616d65732e7376673f7374796c653d666c61742d737175617265)\] () \[[![Total Downloads](https://camo.githubusercontent.com/1cd8480d9b04d7a822d1d201121f8f0fcd7da088895a243b3e627132e66bcf07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f75727a652f717569632d6672616d65732e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/1cd8480d9b04d7a822d1d201121f8f0fcd7da088895a243b3e627132e66bcf07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f75727a652f717569632d6672616d65732e7376673f7374796c653d666c61742d737175617265)\] () \[[![Code Coverage](https://camo.githubusercontent.com/284387b5b5f55e25a1636c2b9f6e7a5b49f21448f254a170a0d6a82d1fd71724/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f746f75727a652f717569632d6672616d65733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/284387b5b5f55e25a1636c2b9f6e7a5b49f21448f254a170a0d6a82d1fd71724/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f746f75727a652f717569632d6672616d65733f7374796c653d666c61742d737175617265)\] () \[!\[Build Status\] ([https://img.shields.io/github/actions/workflow/status/tourze/quic-frames/tests.yml?branch=master&amp;style=flat-square](https://img.shields.io/github/actions/workflow/status/tourze/quic-frames/tests.yml?branch=master&style=flat-square))\] ()

A PHP library for handling QUIC protocol frames, providing encoding, decoding, and management of various QUIC frame types.

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Basic Usage](#basic-usage)
- [Advanced Usage](#advanced-usage)
- [Dependencies](#dependencies)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)

Features
--------

[](#features)

- Support for standard QUIC frame types
    (PING, PADDING, STREAM, ACK, CRYPTO, CONNECTION\_CLOSE)
- Frame encoding and decoding
- Priority management and scheduling
- Frame validation
- High-performance codec

Installation
------------

[](#installation)

```
composer require tourze/quic-frames
```

Quick Start
-----------

[](#quick-start)

```
