No description
Find a file
2025-04-12 14:12:11 +00:00
src 1.1.0 - Add optional key argument to Collection::add method 2025-04-12 15:11:06 +01:00
tests 1.1.0 - Add optional key argument to Collection::add method 2025-04-12 15:11:06 +01:00
.gitattributes Increase unit test coverage to 100% 2025-04-10 04:17:42 +01:00
.gitignore Implement code coverage and badges 2025-04-10 04:11:14 +01:00
CHANGELOG.md 1.1.0 - Add optional key argument to Collection::add method 2025-04-12 15:11:06 +01:00
composer.json 1.1.0 - Add optional key argument to Collection::add method 2025-04-12 15:11:06 +01:00
package.json Implement code coverage and badges 2025-04-10 04:11:14 +01:00
phpunit.xml Add basic Collection class with add method 2025-04-09 02:36:40 +01:00
README.md 1.1.0 - Add optional key argument to Collection::add method 2025-04-12 15:11:06 +01:00

Loom Utilities | Collection

Version 1.1.0 PHP Coverage 100.00% License MIT

A Collection library for an object-oriented way to work with arrays.

Installation

composer require loomlabs/utility.collection