webkonstruktor / collections
PHP7 data structures library
v1.0.7
2019-07-08 13:12 UTC
Requires
- php: >=7.2
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^7.5@dev
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This is simple Collections package for PHP 7. It is object alternative to array and give you more control under stored data inside collection.
Installation
composer require webkonstruktor/collections
Running tests
This package has development dependency on phpunit/phpunit. To run test just execute phpunit.
License
This package is provided on GNU GPL v3 license. See the LICENSE file for more information.