2017 © Pedro Peláez
 

library laravel-shortener

image

leadthread/laravel-shortener

  • Thursday, April 20, 2017
  • by tylercd100
  • Repository
  • 1 Watchers
  • 5 Stars
  • 2,752 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 14 Versions
  • 43 % Grown

The README.md

laravel-shortener

Latest Version Software License Build Status Scrutinizer Code Quality Code Coverage Dependency Status Total Downloads, (*1)

Laravel Shortener is a simple package for shortening URL's through various online services., (*2)

Currently supported: - Bitly - Google, (*3)

Installation

Install via composer - In the terminal:, (*4)

composer require leadthread/laravel-shortener

Now add the following to the providers array in your config/app.php, (*5)

LeadThread\Shortener\ShortenerServiceProvider::class

and this to the aliases array in config/app.php, (*6)

"Shortener" => "LeadThread\Shortener\Facades\Shortener",

Then you will need to run these commands in the terminal in order to copy the config file, (*7)

php artisan vendor:publish

Usage

First you must change your config file located at config/shortener.php with your API credentials Then you can simply shorten a URL like this:, (*8)

$url = "https://github.com/leadthread/laravel-shortener";
$shortUrl = Shortener::shorten($url);
// (string) http://bit.ly/2amWdrE

Laravel Shortener also takes advantage or Laravel's caching features. Just simply edit your config file to change the caching variables., (*9)

Dont forget to add this to the top of the file, (*10)

//If you updated your aliases array in "config/app.php"
use Shortener;
//or if you didnt...
use LeadThread\Shortener\Facades\Shortener;

The Versions

20/04 2017

dev-master

9999999-dev https://github.com/leadthread/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 leadthread

20/04 2017

6.0.1

6.0.1.0 https://github.com/leadthread/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 leadthread

20/04 2017

6.0.0

6.0.0.0 https://github.com/leadthread/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 leadthread

24/10 2016

5.0.1

5.0.1.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

24/10 2016

dev-fix-tags-not-supported

dev-fix-tags-not-supported https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

02/08 2016

5.0.0

5.0.0.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

27/05 2016

4.0.0

4.0.0.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

12/05 2016

3.0.0

3.0.0.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

12/05 2016

2.0.1

2.0.1.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

12/05 2016

2.0.0

2.0.0.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

12/05 2016

dev-feature-rotator

dev-feature-rotator https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

04/04 2016

1.0.2

1.0.2.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

04/04 2016

1.0.1

1.0.1.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply

04/04 2016

1.0.0

1.0.0.0 https://github.com/zenapply/laravel-shortener

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

laravel url url shortener shortener tylercd100 zenapply