2017 © Pedro Peláez
 

library goo-gl

A small php client to use Google URL shortening service

image

cyphp/goo-gl

A small php client to use Google URL shortening service

  • Friday, February 17, 2017
  • by cyveros
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

goo-gl

Install

composer require cyphp/goo-gl

Usage

<?php

require_once __DIR__.'/vendor/autoload.php';

use Cyphp\Goo\Gl\Client;

$client = new Client('TOKEN');

$shortUrl = $client->shorten('http://www.example.com');

The Versions

17/02 2017

dev-master

9999999-dev

A small php client to use Google URL shortening service

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar cyveros

13/02 2017

1.0.0

1.0.0.0

A small php client to use Google URL shortening service

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar cyveros