imemento/support

Support helpers

Installs: 3 275

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/imemento/support

v8.1.0 2021-07-25 08:51 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']);