Skip to content

EmadMohDev/bitly-shorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Bitly Shortner Package

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

About

Shorten long urls by using Bitly Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages