webkonstruktor / collections
PHP7 data structures library
Installs: 477
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
pkg:composer/webkonstruktor/collections
Requires
- php: >=7.2
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^7.5@dev
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.