cyphp/goo-gl

一个用于使用Google URL缩短服务的PHP客户端

1.0.0 2017-02-13 04:32 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:05:15 UTC


README

安装

composer require cyphp/goo-gl

使用

<?php

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

use Cyphp\Goo\Gl\Client;

$client = new Client('TOKEN');

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