PHPackages                             shutterstock/api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. shutterstock/api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

shutterstock/api
================

1.0.0(10y ago)727.4k5[4 PRs](https://github.com/shutterstock/php-shutterstock-api/pulls)Apache-2.0PHPPHP &gt;=5.6

Since Mar 4Pushed 3y ago20 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (7)Used By (0)

Demo Client for Shutterstock API
================================

[](#demo-client-for-shutterstock-api)

PHP client that utilizes Guzzle to interact with the [Shutterstock API](https://developers.shutterstock.com/).

[![Build Status](https://camo.githubusercontent.com/8aecfa8d0fdcbc3e72bedc596dc536d754d5937e2fbcd71d27e85694479c4748/68747470733a2f2f7472617669732d63692e6f72672f6a61636f62656d657269636b2f7068702d7368757474657273746f636b2d6170692e737667)](https://travis-ci.org/jacobemerick/php-shutterstock-api)[![Code Climate](https://camo.githubusercontent.com/47403637608895304887bb51f830073edde24a318076966be92aacf386fd14f8/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6a61636f62656d657269636b2f7068702d7368757474657273746f636b2d6170692f6261646765732f6770612e737667)](https://codeclimate.com/github/jacobemerick/php-shutterstock-api)[![Test Coverage](https://camo.githubusercontent.com/19e97286111fe649a726a46ec1423466c9318c95b37c35df6e5e93d8b2665941/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6a61636f62656d657269636b2f7068702d7368757474657273746f636b2d6170692f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/jacobemerick/php-shutterstock-api/coverage)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/36e312713f99389c1b5309c6248c76278e74a5447693284da7b6e0693baaa19b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a61636f62656d657269636b2f7068702d7368757474657273746f636b2d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jacobemerick/php-shutterstock-api/?branch=master)

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org/) to install the dependencies.

```
$ composer require shutterstock/api
```

Usage
-----

[](#usage)

Instantiating the client requires passing in your client id and secret, which you can register for on the [Shutterstock Developers site](https://developers.shutterstock.com/).

```
