Download the PHP package uniondrug/packet without Composer
On this page you can find all versions of the php package uniondrug/packet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uniondrug/packet
More information about uniondrug/packet
Files in uniondrug/packet
Download uniondrug/packet
More information about uniondrug/packet
Files in uniondrug/packet
Vendor uniondrug
Package packet
Short Description Uniondrug Packet Component for uniondrug/framework
License
Package packet
Short Description Uniondrug Packet Component for uniondrug/framework
License
Please rate this library. Is it a good library?
Informations about the package packet
packet
THANKS:本模块来自 FastD
PHP 数据打包、解包工具,支持二进制,json格式.
#composer
#使用
二进制数据打包的时候程序会将内容加入 “盐(SALT)” 来强化数据安全性,如果需要自定义盐值,需要在实现类中重写 Uniondrug\Packet\PacketInterface::SALT
类常量。
#二进制
#JSON
JSON 数据在打包的时候同样会加入盐值,程序自行追加,并且会对盐值进行在加密,在数据处理解析返回会自动移除盐值,返回纯净数据。因此在传入数据的时候需要注意不要存在 packet_salt
字段。
#Testing
License MIT
All versions of packet with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package uniondrug/packet contains the following files
Loading the files please wait ....