PHPackages                             shutterstock/shutterstock-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. shutterstock/shutterstock-php-client

ActiveLibrary[API Development](/categories/api)

shutterstock/shutterstock-php-client
====================================

PHP API client for api.shutterstock.com

2302[1 PRs](https://github.com/bbaisley/shutterstock-php-client/pulls)PHP

Since Feb 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/bbaisley/shutterstock-php-client)[ Packagist](https://packagist.org/packages/shutterstock/shutterstock-php-client)[ RSS](/packages/shutterstock-shutterstock-php-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

shutterstock-php-client
=======================

[](#shutterstock-php-client)

See exmaple.php file for usage examples Be sure to run composer autoload

```
 composer.phar dump-autoload -o

```

- API Client classes
- api-client : initialization, auth, test, subscriptions, lightboxes
- images : id, search, categories, similar, recommendations, subscriptions(download), download history
- lightboxes : id, extended, images, public\_url
- videos : id, search, download history

Example

//REST Client

```
$presto = new Presto\Presto();

```

//Response processor

```
$response = new Shutterstock\Response();

```

// Create API instance, pass in REST client and Response processor

```
$api = new Shutterstock\Api('[api username]','[api key]', $presto, $response);

```

// Authenticate a user, will return a token for user on additional calls

```
$api->authUser('[username]','[password]');

```

// Set username and token to use for API calls

```
$api->setUser('['username]', '[auth token]');

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a8b596b5f9021aebc6f723f8b59d53ea2186f6a7c61f80989a140db082db632d?d=identicon)[Bar\_Code](/maintainers/Bar_Code)

---

Top Contributors

[![bbaisley](https://avatars.githubusercontent.com/u/1406700?v=4)](https://github.com/bbaisley "bbaisley (27 commits)")[![tavisto](https://avatars.githubusercontent.com/u/94864?v=4)](https://github.com/tavisto "tavisto (2 commits)")

### Embed Badge

![Health badge](/badges/shutterstock-shutterstock-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/shutterstock-shutterstock-php-client/health.svg)](https://phpackages.com/packages/shutterstock-shutterstock-php-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
