wpjscc / bytebuffer
A simple ByteBuffer implementation for PHP (Node.js inspired)
v1.0.0
2023-10-05 01:20 UTC
This package is auto-updated.
Last update: 2024-11-05 11:17:13 UTC
README
A simple ByteBuffer implementation for PHP (Node.js inspired)
Installation
composer require wpjscc/bytebuffer:dev-stable
Why?
I made this while coding a genshin impact private server. Therefore the top priority isn't performance, create a pull request if you have any changes that may increase the code performance.
Enjoy it as much as I did when writing this. :)
Requirement
PHP > 7.4