PHPackages                             arrayiterator/typed-array - 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. arrayiterator/typed-array

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

arrayiterator/typed-array
=========================

Typed Array

10332PHP

Since Apr 6Pushed 8y agoCompare

[ Source](https://github.com/ArrayIterator/TypedArray)[ Packagist](https://packagist.org/packages/arrayiterator/typed-array)[ RSS](/packages/arrayiterator-typed-array/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Typed Arrays
============

[](#typed-arrays)

PHP Implementation of [JavaScript Typed Arrays](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays)

Use return value like a javascript object.

OBJECT
------

[](#object)

### CLASS

[](#class)

- [ArrayBuffer](src/TypedArray/ArrayBuffer.php)
- [Uint8Array](src/TypedArray/Uint8Array.php)
- [Uint16Array](src/TypedArray/Uint16Array.php)
- [Uint32Array](src/TypedArray/Uint32Array.php)
- [Float32Array](src/TypedArray/Float32Array.php)
- [Float64Array](src/TypedArray/Float64Array.php)
- [Int8Array](src/TypedArray/Int8Array.php)
- [Int16Array](src/TypedArray/Int16Array.php)
- [Int32Array](src/TypedArray/Int32Array.php)

### MOCK ABSTRACT

[](#mock-abstract)

- [ArrayLike](src/TypedArray/ArrayLike.php)
- [ArrayBufferAbstract](src/TypedArray/ArrayBufferAbstract.php)
- [ArrayBufferLike](src/TypedArray/ArrayBufferLike.php)
- [ArrayBufferView](src/TypedArray/ArrayBufferView.php)

### INTERFACE

[](#interface)

- [ArrayBufferConstructorInterface](src/TypedArray/Interfaces/ArrayBufferConstructorInterface.php)
- [ArrayBufferInterface](src/TypedArray/Interfaces/ArrayBufferInterface.php)
- [ArrayBufferLikeInterface](src/TypedArray/Interfaces/ArrayBufferLikeInterface.php)
- [ArrayBufferViewInterface](src/TypedArray/Interfaces/ArrayBufferViewInterface.php)
- [BufferInterface](src/TypedArray/Interfaces/BufferInterface.php)
- [DataViewInterface](src/TypedArray/Interfaces/DataViewInterface.php)

TODO
----

[](#todo)

### NEXT

[](#next)

- to add `UInt8ClampedArray`
- to add `DataView` object class implements of [DataViewInterface](src/TypedArray/Interfaces/DataViewInterface.php)

### PROGRESS

[](#progress)

- [Buffer](src/TypedArray/Buffer.php) `add more methods`
- [ArrayBufferViewInterface](src/TypedArray/Interfaces/ArrayBufferViewInterface.php) `add more methods`

### INTERFACE

[](#interface-1)

- [DataViewInterface](src/TypedArray/Interfaces/Uint8ClampedArrayInterface.php)

NOTE
----

[](#note)

Float Precision decimal point set by `ini_set('precision', (number))` or set default on `php.ini`

LICENSE
-------

[](#license)

[MIT LICENSE](LICENSE)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37867551?v=4)[ArrayIterator](/maintainers/ArrayIterator)[@ArrayIterator](https://github.com/ArrayIterator)

---

Top Contributors

[![ArrayIterator](https://avatars.githubusercontent.com/u/37867551?v=4)](https://github.com/ArrayIterator "ArrayIterator (1 commits)")

---

Tags

arraybufferbufferes-2015php-typedarrayphp71typed-arraytypedarraytypedarraysuint8array

### Embed Badge

![Health badge](/badges/arrayiterator-typed-array/health.svg)

```
[![Health](https://phpackages.com/badges/arrayiterator-typed-array/health.svg)](https://phpackages.com/packages/arrayiterator-typed-array)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
