Download the PHP package artoodetoo/urly without Composer
On this page you can find all versions of the php package artoodetoo/urly. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download artoodetoo/urly
More information about artoodetoo/urly
Files in artoodetoo/urly
Download artoodetoo/urly
More information about artoodetoo/urly
Files in artoodetoo/urly
Please rate this library. Is it a good library?
Informations about the package urly
Urly - Minimum viable URL shortener
Do you want to encode URLs like tinyurl.com does?
This is helper tool for you.
Features
Urly uses PDO interface to store URLs. Just refer to your existing connection.
Optionally you can specify table name, key encode base and XOR mask.
Access methods are quite obvious: set($url)
and get($key)
.
Install
To install with composer:
Required table structure:
Basic Usage
Save URL and het encoded key:
Get URL by key:
License
The Urly is open-source software, licensed under the MIT license
All versions of urly with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package artoodetoo/urly contains the following files
Loading the files please wait ....