2017 © Pedro Peláez
 

library php-shortid-helper

PHP ShortId Helper

image

frostealth/php-shortid-helper

PHP ShortId Helper

  • Saturday, April 11, 2015
  • by frostealth
  • Repository
  • 1 Watchers
  • 3 Stars
  • 78 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

PHP ShortId Helper

Example

<?php

use frostealth\Helpers\ShortId

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

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

The Versions

11/04 2015

dev-master

9999999-dev

PHP ShortId Helper

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

29/08 2014

1.0.0

1.0.0.0

PHP ShortId Helper

  Sources   Download

The Requires

  • php >=5.4.0

 

by Kudinov Ivan