xicrow / php-collection
PHP collections for various types
1.0.0
2022-08-20 18:50 UTC
Requires
- php: ^7.4
- ext-json: *
- ext-mbstring: *
This package is not auto-updated.
Last update: 2025-02-16 06:52:16 UTC
README
Installation
The recommended way to install is through Composer:
composer require xicrow/php-collection
Optionally add it to your composer.json file:
{ "require": { "xicrow/php-collection": "^1.0" } }
Usage
See examples in the demo
folder.
TODO
- Add missing docblocks
- Add more object collections
License
Copyright © 2020 Jan Ebsen Licensed under the MIT license.