webkonstruktor/collections

PHP7 data structures library

v1.0.7 2019-07-08 13:12 UTC

This package is auto-updated.

Last update: 2024-09-10 00:15:53 UTC


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.