An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ShortID

[![Build Status](https://github.com/byjg/php-shortid/actions/workflows/phpunit.yml/badge.svg?branch=master)](https://github.com/byjg/php-shortid/actions/workflows/phpunit.yml)
[![Opensource ByJG](https://img.shields.io/badge/opensource-byjg-success.svg)](http://opensource.byjg.com)
[![GitHub source](https://img.shields.io/badge/Github-source-informational?logo=github)](https://github.com/byjg/php-shortid/)
[![GitHub license](https://img.shields.io/github/license/byjg/php-shortid.svg)](https://opensource.byjg.com/opensource/licensing.html)
[![GitHub release](https://img.shields.io/github/release/byjg/php-shortid.svg)](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