frostealth/php-shortid-helper

There is no license information available for the latest version (1.0.0) of this package.

PHP ShortId Helper

Maintainers

Package info

github.com/frostealth/php-shortid-helper

pkg:composer/frostealth/php-shortid-helper

Statistics

Installs: 2 976

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.0 2014-08-29 15:40 UTC

This package is not auto-updated.

Last update: 2026-03-10 09:01:10 UTC


README

Example

<?php

use frostealth\Helpers\ShortId

$id = 7777777;
$encoded = ShortId::encode($id);
echo $encoded; // vRd1

$decoded = ShortId::decode($encoded);
echo $decoded; // 7777777