vectorial1024 / transmutation
The "collections" library for array-like objects.
dev-master
2024-11-05 08:43 UTC
Requires
- php: ^8.1
- vectorial1024/alof-lib: ^0.1.1
Requires (Dev)
- phpunit/phpunit: ^10
This package is auto-updated.
Last update: 2024-11-05 08:43:47 UTC
README
(This is a WIP project!)
The "Collections" library for PHP array-like objects. (What are "array-like objects"? See vectorial1024/alof-lib
here.)
See the change log in the CHANGELOG.md file.
Installation
via Composer:
composer require vectorial1024/transmutation
Testing
Using PHPUnit via Composer::
composer run-script test
Relationship with alof-lib
alof-lib
does the dirty work and ensures the correctness of ALO functions, while this library provides an easy-to-use API for ALO processing.