vectorial1024/transmutation

This package is abandoned and no longer maintained. No replacement package was suggested.

The "collections" library for array-like objects.

Maintainers

Package info

github.com/Vectorial1024/transmutation

pkg:composer/vectorial1024/transmutation

Statistics

Installs: 0

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

dev-master 2026-04-21 08:52 UTC

This package is auto-updated.

Last update: 2026-04-21 08:53:37 UTC


README

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

Warning

Last Updated: 2026-04-21

THIS PROJECT IS ABANDONED AND ARCHIVED!

This project was created as an experimentation for a generic way to manipulate array-like objects in PHP. However, seeing the lack of community interest in this topic, this project has been abandoned and archived. Use at your own risk.

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