imemento/support

Support helpers

Installs: 3 281

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/imemento/support

12.0.0 2026-02-19 13:27 UTC

README

Build Status Latest Stable Version License Total Downloads

Support helpers for common internal operations (eg. identity encode/decode).

Install

composer require imemento/support

Usage

use iMemento\Support\Identity;

Encoding

Identity::encode([1, 2]);
identity_encode([1, 2]);

Decoding

Identity::decode(['1.2']);
identity_decode(['1.2']);