rendix2/giphy

PHP Giphy.com API

Maintainers

Package info

github.com/rendix2/giphy

pkg:composer/rendix2/giphy

Statistics

Installs: 1 800

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2023-09-02 08:19 UTC

This package is auto-updated.

Last update: 2026-04-29 01:26:22 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.