rendix2/giphy

PHP Giphy.com API

1.0.3 2023-09-02 08:19 UTC

This package is auto-updated.

Last update: 2024-10-01 00:17:10 UTC


README

这是一个非常轻量级的库,用于与giphy.com API通信。

您可以通过以下命令安装它: composer require rendix2/giphy

用法示例

$giphy = new \Rendix2\Giphy\Giphy('{ApiKey}', new \GuzzleHttp\Client());

$result = $giphy->search('fast car');

这就完了,享受吧。