ajf / typed-arrays
Typed Arrays for PHP 7
dev-master
2017-01-14 16:48 UTC
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2024-10-25 01:59:15 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
- Correct type conversion rules
Transferable
(useless in the context of PHP)- 32-bit platforms
- PHP 5.x
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
.