Skip to content

pivchenkosv/urlShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published