stanislau/url-shortener

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2019-06-28 11:09 UTC

This package is not auto-updated.

Last update: 2024-05-03 07:50:39 UTC


README

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