emadmohdev/bitly-shorten

Shorten long urls by using Bitly Api

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/emadmohdev/bitly-shorten

dev-master 2021-07-10 14:42 UTC

This package is auto-updated.

Last update: 2025-12-11 02:11:10 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