locomotivemtl/o6c-client

该包最新版本(0.1)没有可用的许可信息。

0.1 2020-05-05 19:12 UTC

This package is auto-updated.

Last update: 2024-09-17 01:11:41 UTC


README

仅6个字符 URL缩短器PHP客户端。

查看 locomotivemtl/o6c-api

如何安装

composer require locomotivemtl/o6c-client

依赖关系

  • php 7.3+
  • ext-json
  • guzzlehttp/guzzle

如何使用

$client = new \Only6\Client('https://o6c.ca', $username, $password);
$ret = $client->shorten('https://example.com/my-long-url');
echo $ret['short'];