xicrow/php-collection

PHP collections for various types

1.0.0 2022-08-20 18:50 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:58:37 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.