Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.93 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.93 KB

transumtation

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.