LaravelPackages.net
Acme Inc.
Toggle sidebar
kemokrepos/rebrandly

Laravel API wrapper for Rebrandly

21
0
About kemokrepos/rebrandly

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

Rebrandly API wrapper for Laravel.

Installation

composer install Kemok-Repos/Rebrandly

Usage

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"])

Notes:

Check Rebrandly's API documentation to know more about the properties you have access to.

Comments