PHPackages                             giphy/giphy-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. giphy/giphy-php-client

ActiveLibrary[API Development](/categories/api)

giphy/giphy-php-client
======================

1.0.0(8y ago)11115.2k—9.2%3[2 issues](https://github.com/Giphy/giphy-php-client/issues)1MPLv2PHPPHP &gt;=5.4

Since Sep 27Pushed 7y ago42 watchersCompare

[ Source](https://github.com/Giphy/giphy-php-client)[ Packagist](https://packagist.org/packages/giphy/giphy-php-client)[ Docs](https://github.com/Giphy/giphy-php-client)[ RSS](/packages/giphy-giphy-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (2)Used By (1)

Giphy Core Client for PHP
=========================

[](#giphy-core-client-for-php)

The **Giphy Core SDK** is a wrapper around [Giphy API](https://github.com/Giphy/GiphyAPI).

[![Build Status](https://camo.githubusercontent.com/ddeedb639bf3ed84046fa454a12165ff5192520e9e1ae1ec8cf857b41e8f3e62/68747470733a2f2f7472617669732d63692e636f6d2f47697068792f67697068792d7068702d636c69656e742e7376673f746f6b656e3d79747051624d5375793873796473715a77627770266272616e63683d6d6173746572)](https://travis-ci.com/Giphy/giphy-php-client)

[Giphy](https://www.giphy.com) is the best way to search, share, and discover GIFs on the Internet. Similar to the way other search engines work, the majority of our content comes from indexing based on the best and most popular GIFs and search terms across the web. We organize all those GIFs so you can find the good content easier and share it out through your social channels. We also feature some of our favorite GIF artists and work with brands to create and promote their original GIF content.

![](https://camo.githubusercontent.com/928a529573fa79b054ca55d9a8f850837c3bc598d73dcb8f8b0af91c0a3ca257/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f3578614f634c4f714e6d5748614c65423134492f67697068792e676966)

Getting Started
===============

[](#getting-started)

Requirements
------------

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

Installation:

```
composer require giphy/giphy-php-client
```

Usage:

```
    require_once('/path/to/GiphyClient/autoload.php');
```

Getting Started
---------------

[](#getting-started-1)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
