PHPackages                             amorim778/byte-array-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. amorim778/byte-array-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

amorim778/byte-array-php
========================

A modern PHP ByteArray buffer with endian-aware read/write helpers, compression, and conversions.

v1.0.0(5mo ago)01MITPHPPHP ^8.1CI passing

Since Dec 6Pushed 5mo agoCompare

[ Source](https://github.com/amorim778/byte-array-php)[ Packagist](https://packagist.org/packages/amorim778/byte-array-php)[ RSS](/packages/amorim778-byte-array-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Byte Array
==========

[](#byte-array)

Modern, endian-aware byte buffer for PHP inspired by ActionScript's `ByteArray` and Java's `ByteBuffer`.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- ext-zlib (for compression helpers)
- ext-iconv

Installation
------------

[](#installation)

```
composer require byte-array/byte-array
```

Quick start
-----------

[](#quick-start)

```
