Download the PHP package workbunny/mysql-protocol without Composer
On this page you can find all versions of the php package workbunny/mysql-protocol. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download workbunny/mysql-protocol
More information about workbunny/mysql-protocol
Files in workbunny/mysql-protocol
Download workbunny/mysql-protocol
More information about workbunny/mysql-protocol
Files in workbunny/mysql-protocol
Vendor workbunny
Package mysql-protocol
Short Description The MySQL protocol implemented by PHP
License Apache-2.0
Package mysql-protocol
Short Description The MySQL protocol implemented by PHP
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package mysql-protocol
workbunny/mysql-protocol
🐇 A PHP implementation of MySQL Protocol. 🐇
A PHP implementation of MySQL Protocol
安装
依赖
- PHP >= 8.1
- workerman >= 4.0 【可选,
workerman
环境】
安装
使用
Binary 二进制流
Binary
提供了二进制流和字节组之间的互转能力(注:PHP是二进制安全语言)Binary
提供了基础的字节组读写操作能力,读写操作的指针相互隔离,读写指针默认从0位开始payload
支持传递字符串
、字节数组
、iterable类型的字节组
、null
读
- 默认以0位开始,每次操作都会递增相应字节位置
写
- 默认以0位开始,每次操作都会递增相应字节位置
Packet 协议包
Packet
提供了MySQL
协议基础的二进制包数据的解析与封装能力Packet
提供PacketInterface
自定义实现- 默认13种
Packet
覆盖了常见MySQL
交互动作
All versions of mysql-protocol with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package workbunny/mysql-protocol contains the following files
Loading the files please wait ....