Download the PHP package gerlovsky/php-short-id without Composer
On this page you can find all versions of the php package gerlovsky/php-short-id. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gerlovsky/php-short-id
More information about gerlovsky/php-short-id
Files in gerlovsky/php-short-id
Download gerlovsky/php-short-id
More information about gerlovsky/php-short-id
Files in gerlovsky/php-short-id
Vendor gerlovsky
Package php-short-id
Short Description Short ID generator. The library help you generate short id like youtube, vimeo, bit.ly, etc.
License MIT
Homepage https://github.com/Gerlovsky/php-short-id
Package php-short-id
Short Description Short ID generator. The library help you generate short id like youtube, vimeo, bit.ly, etc.
License MIT
Homepage https://github.com/Gerlovsky/php-short-id
Please rate this library. Is it a good library?
Informations about the package php-short-id
PHP Short ID creator
The library help you generate short id like youtube, vimeo, bit.ly, etc. Short generation (creation) based on numerical ID.
Simple scenarios of using
Creating short ID for a record from in a database
- when an app created a record in an your database with ID 20956
- $shortId->encode(20956) encodes it to 'bfrE'
- you updated the record for ID 20956 and set short_id of the record to 'bfrE'
All versions of php-short-id with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package gerlovsky/php-short-id contains the following files
Loading the files please wait ....