kemokrepos/rebrandly is a Laravel package for laravel api wrapper for rebrandly.
It currently has 0 GitHub stars and 21 downloads on Packagist.
Install it with composer require kemokrepos/rebrandly.
Discover more Laravel packages by kemokrepos
or browse all Laravel packages to compare alternatives.
Last updated
Rebrandly API wrapper for Laravel.
composer install Kemok-Repos/Rebrandly
Call the create function with the long Url you want to shrink.
Rebrandly::create(["destination" => "https://www.google.com"])
Pass the shortlink ID and the properties you want to change to the update function.
Rebrandly::update("shortlink-ID", ["destination" => "https://www.youtube.com"])
Check Rebrandly's API documentation to know more about the properties you have access to.