Skip to content

DarshPhpDev/bitly-shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Bitly Shortner Package

Shorten Long Urls Using Bitly Api.

INSTALLATION

Install the package through Composer.

composer require darshphpdev/bitly-shortner

CONFIGURATION

Optional configuration file (useful if you plan to have full control)

php artisan vendor:publish --tag="bitlyconfig"

HOW TO USE

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 Using Bitly Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages