Registry / utility / tuupola-base62

tuupola-base62

JSON →
library2.1.1phppackagistunverified

Base62 encoder and decoder for arbitrary data

composer require tuupola/base62
INSTALL
IMPORT
SIG · TUUPOLA-BASE62
T
tuupola-base62
utilityphpv2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Base62
use Tuupola\Base62;

Encode and decode data using Base62.

use Tuupola\Base62; $base62 = new Base62(); $encoded = $base62->encode('Hello World'); $decoded = $base62->decode($encoded);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
tuupola-base62 — pip install tuupola-base62 · libregistry