ajf/typed-arrays

Typed Arrays for PHP 7

dev-master 2017-01-14 16:48 UTC

This package is not auto-updated.

Last update: 2024-03-14 23:15:20 UTC


README

ajf/typed-arrays is a Composer package which implements ECMAScript Typed Arrays (previously a Khronos Group standard) for PHP 7.

Why would you want this? For reduced memory usage, of course!

What's supported

What's not (yet) supported

What really needs to be done and hasn't been

  • Remaining TypedArray tests
  • Writing DataView tests
  • Release version

Usage

###End-user

Require ajf/typed-arrays in composer. Note that only dev-master exists for now.

###Developer

Tests can be run with phpunit.