Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.31 KB

Typed Arrays for PHP

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.