kemokrepos / rebrandly
Laravel API wrapper for Rebrandly
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/kemokrepos/rebrandly
Requires
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- orchestra/testbench: ^6.18
This package is auto-updated.
Last update: 2025-12-09 15:32:08 UTC
README
Rebrandly API wrapper for Laravel.
Installation
composer install Kemok-Repos/Rebrandly
Usage
Create shortlink
Call the create function with the long Url you want to shrink.
Rebrandly::create(["destination" => "https://www.google.com"])
Update shortlink
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.