rendix2/giphy

PHP Giphy.com API

Maintainers

Details

github.com/rendix2/giphy

Source

Issues

Installs: 1 730

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/rendix2/giphy

1.0.3 2023-09-02 08:19 UTC

This package is auto-updated.

Last update: 2025-12-29 03:20:24 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.