PHP Giphy.com API
github.com/rendix2/giphy
Source
Issues
Installs: 762
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT, BSD-3-Clause, GPL-2.0, GPL-3.0 a178d32f1573b36f91275eb79603656bbfe67572
phpapiGiphy.com
This package is auto-updated.
Last update: 2024-12-31 00:36:41 UTC
Its very lightweight library to communicate with giphy.com API.
You can install it via composer require rendix2/giphy.
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.