Skip to content

DoctorLai/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL-Shortener

PHP Class to shorten URLs by calling APIs

Project Page

https://rot47.net/_url/

Sample Usage

$obj = new URL();
$response = $obj->shorten("https://steemit.com/@justyy", array("try" => 1));
var_dump($response);
$response = $obj->shorten("https://steemit.com/@justyy", array("private" => 1));
var_dump($response);  
echo $response->url;

Author

@justyy

About

PHP Class to shorten URLs by calling APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages