cyphp/goo-gl

A small php client to use Google URL shortening service

Maintainers

Package info

github.com/cyphp/goo-gl

pkg:composer/cyphp/goo-gl

Statistics

Installs: 27

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2017-02-13 04:32 UTC

This package is not auto-updated.

Last update: 2026-03-09 22:41:12 UTC


README

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');