2017 © Pedro Peláez
 

library google-url

PHP implementation of Googles URL shortener API

image

badams/google-url

PHP implementation of Googles URL shortener API

  • Wednesday, August 17, 2016
  • by badams
  • Repository
  • 0 Watchers
  • 3 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

Software License Build Status Coverage Status Quality Score, (*1)

GoogleUrl

An easy to use PHP implementation of Google's URL Shortener API

This project aims provide an easy to use implementation of the Google URL shortener API for PHP developers., (*2)

Installation

Install badams/google-url using Composer., (*3)

$ composer require badams/google-url

Basic Usage

use badams\GoogleUrl\GoogleUrl;

$url = new GoogleUrl('YOUR_API_KEY_HERE');

// Shorten
echo $url->shorten('https://github.com')->id;
> https://goo.gl/un5E

// Expand
echo $url->expand($short->id)->longUrl;
> https://github.com;

License

GoogleUrl is open-sourced software licensed under the MIT License (MIT). Please see LICENSE for more information., (*4)

The Versions

17/08 2016

dev-master

9999999-dev https://github.com/badams/google-url

PHP implementation of Googles URL shortener API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

url google shortener short

17/08 2016

1.0.2

1.0.2.0 https://github.com/badams/google-url

PHP implementation of Googles URL shortener API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

url google shortener short

08/08 2016

dev-analytics

dev-analytics https://github.com/badams/google-url

PHP implementation of Googles URL shortener API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

url google shortener short

30/07 2016

1.0.1

1.0.1.0 https://github.com/badams/google-url

PHP implementation of Googles URL shortener API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

url google shortener short

28/07 2016

1.0.0

1.0.0.0 https://github.com/badams/google-url

PHP implementation of Googles URL shortener API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

url google shortener short