https://github.com/byjg/php-shortid
Create short string IDs from numbers
https://github.com/byjg/php-shortid
Last synced: 6 months ago
JSON representation
Create short string IDs from numbers
- Host: GitHub
- URL: https://github.com/byjg/php-shortid
- Owner: byjg
- License: mit
- Created: 2017-12-20T16:06:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T22:22:25.000Z (11 months ago)
- Last Synced: 2025-04-16T07:04:54.739Z (6 months ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShortID
[](https://github.com/byjg/php-shortid/actions/workflows/phpunit.yml)
[](http://opensource.byjg.com)
[](https://github.com/byjg/php-shortid/)
[](https://opensource.byjg.com/opensource/licensing.html)
[](https://github.com/byjg/php-shortid/releases/)Create short string IDs from numbers
## Description
This library enables you to create a very short string from
integer numbers.The basic usage is:
```php