vectorial1024/transmutation

The "collections" library for array-like objects.

dev-master 2024-11-05 08:43 UTC

This package is auto-updated.

Last update: 2024-11-05 08:43:47 UTC


README

Packagist License Packagist Version Packagist Downloads PHP Dependency Version GitHub Actions Workflow Status GitHub Repo Stars

(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.