<?php
use frostealth\Helpers\ShortId
$id = 7777777;
$encoded = ShortId::encode($id);
echo $encoded; // vRd1
$decoded = ShortId::decode($encoded);
echo $decoded; // 7777777
-
Notifications
You must be signed in to change notification settings - Fork 1
frostealth/php-shortid-helper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|