stanislau/url-shortener


License
MIT

Documentation

Url shortener

A simple lightweight tool for converting identifier to short url and back.

Build Status GitHub issues GitHub pull-requests License


Table of Contents


Example

use function getShortUrlById;
use function getUrlIdentifier;

getShortUrlById(12345); // 'dnh'
getUrlIdentifier('dnh'); // 12345

Installation

composer require stanislau/url-shortener

Clone

Clone this repo to your local machine using https://github.com/pivchenkosv/urlShortener.git

Usage

asciicast


License License