Download the PHP package tourze/quic-core without Composer

On this page you can find all versions of the php package tourze/quic-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package quic-core

QUIC Core Package

中文

PHP Version PHPStan

QUIC协议核心基础库,提供QUIC协议的核心枚举、常量、工具类和异常处理机制。

目录

功能特性

🎯 核心枚举

🛠️ 工具类

⚠️ 异常处理

安装

快速开始

变长整数编解码

连接ID管理

错误处理

枚举使用

常量使用

规范遵循

本包严格遵循以下规范:

架构设计

设计原则

包结构

测试

运行所有测试:

测试统计:

开发

环境要求

开发依赖

代码风格

本项目遵循PSR-12编码标准,并有以下额外规范:

性能

基准测试

VariableInteger编解码性能(10,000次迭代):

内存使用

贡献

欢迎提交Issue和Pull Request!

开发流程

  1. Fork本仓库
  2. 创建特性分支 (git checkout -b feature/AmazingFeature)
  3. 提交更改 (git commit -m 'Add some AmazingFeature')
  4. 推送到分支 (git push origin feature/AmazingFeature)
  5. 开启Pull Request

提交规范

许可证

MIT License

相关链接


注意: 这是一个基础库,提供QUIC协议的核心类型和工具。完整的QUIC实现需要配合其他协议层包使用。


All versions of quic-core with dependencies

PHP Build Version
Package Version
Requires ext-ctype Version *
ext-hash Version *
ext-mbstring Version *
tourze/arrayable Version 1.*
tourze/enum-extra Version 1.0.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tourze/quic-core contains the following files

Loading the files please wait ...