Skip to content

Elmsellem/laravel-bitly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Bitly Package

A laravel package for generating Bitly short URLs.

For more information see Bitly

Download laravel-bitly using composer

composer require elmsellem/laravel-bitly

Configure Bitly credentials

php artisan vendor:publish --provider="Elmsellem\Bitly\BitlyServiceProvider"

Add this in you .env file

BITLY_ACCESS_TOKEN=your_secret_bitly_access_token

Usage

<?php

$url = app('bitly')->getShortenUrl('https://www.google.com/'); // https://bit.ly/3uOZj27

using facade:

<?php

use Bitly;

$url = Bitly::getShortenUrl('https://www.google.com/'); // https://bit.ly/3uOZj27

About

Laravel package for generating bitly short urls

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages