rendix2/giphy

PHP Giphy.com API

1.0.3 2023-09-02 08:19 UTC

This package is auto-updated.

Last update: 2024-12-31 00:36:41 UTC


README

Its very lightweight library to communicate with giphy.com API.

You can install it via composer require rendix2/giphy.

Example of usage

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

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

That's all Enjoy.