tomzx / collections
PHP Collections API
dev-master / 0.1.x-dev
2015-08-22 20:03 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4
This package is auto-updated.
Last update: 2024-11-10 07:46:20 UTC
README
Collections is a general purpose collections library for PHP. It aims to provide various data structures that encapsulates the basic PHP array so that the appropriate type of object may be specified as typehint of functions/methods.
Note: This is an exploratory library. It is unstable. Use at your own risk.
License
The code is licensed under the MIT license. See LICENSE.