Download the PHP package kotchuprik/php-short-id without Composer
On this page you can find all versions of the php package kotchuprik/php-short-id. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kotchuprik/php-short-id
More information about kotchuprik/php-short-id
Files in kotchuprik/php-short-id
Download kotchuprik/php-short-id
More information about kotchuprik/php-short-id
Files in kotchuprik/php-short-id
Vendor kotchuprik
Package php-short-id
Short Description Yet another Short ID generator. The library help you generate short id like youtube, vimeo, bit.ly, etc.
License MIT
Package php-short-id
Short Description Yet another Short ID generator. The library help you generate short id like youtube, vimeo, bit.ly, etc.
License MIT
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 424242
- $shortId->encode(424242) encodes it to 'bLTs'
- you updated the record for ID 424242 and set short_id of the record to 'bLTs'
Searching record in a database
- when someone requests rLHWfKd
- $shortId->decode('rLHWfKd') decodes it to 424242
- you found the record for ID 424242 in an your database
All versions of php-short-id with dependencies
PHP Build Version
Package Version
No informations.
The package kotchuprik/php-short-id contains the following files
Loading the files please wait ....