wpjscc/bytebuffer

A simple ByteBuffer implementation for PHP (Node.js inspired)

1.0.0 2024-11-12 11:43 UTC

This package is auto-updated.

Last update: 2024-11-12 11:44:22 UTC


README

A simple ByteBuffer implementation for PHP (Node.js inspired)

Installation

composer require labalityowo/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 > 8.1