Skip to content

hikari-no-yume/TypedArrays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Composer package which implements ECMAScript Typed Arrays for PHP 7.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages