Registry / utility / trafficcophp-bytebuffer

trafficcophp-bytebuffer

JSON →
library0.3phppackagistunverified

Node.js inspired byte stream buffer for PHP.

composer require trafficcophp/bytebuffer
INSTALL
IMPORT
SIG · TRAFFICCOPHP-BYTEB
T
trafficcophp-bytebuffer
utilityphpv0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ByteBuffer
use TrafficCophp\ByteBuffer\ByteBuffer;

Create a byte buffer, write data, and read it back.

use TrafficCophp\ByteBuffer\ByteBuffer; $buffer = new ByteBuffer(); $buffer->write('Hello'); $buffer->write(' World'); echo $buffer->read(5);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
trafficcophp-bytebuffer — pip install trafficcophp-bytebuffer · libregistry