emadmohdev / bitly-shorten
Shorten long urls by using Bitly Api
dev-master
2021-07-10 14:42 UTC
This package is auto-updated.
Last update: 2026-03-11 02:41:06 UTC
README
Shorten long urls by using Bitly Api
INSTALLATION
Install the package through Composer.
composer require darshphpdev/bitly-shortner
CONFIGURATION
to make your own token to can use bitly api
php artisan vendor:publish --tag="bitlyconfig"
Quick Usage
// In your controller // Use The Helper class Bitly to shorten urls use Bitly; return Bitly::shorten('https://www.youtube.com');
Credits
License
The Http Client Package is open-sourced software licensed under the MIT license