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

ActiveLibrary

paravibe/shutterstock
=====================

The Shutterstock API wrapper for PHP

04PHP

Since Mar 22Pushed 5y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Shutterstock PHP wrapper
========================

[](#shutterstock-php-wrapper)

[![Latest Version](https://camo.githubusercontent.com/c3a3b223b736213800e78ba7ec1f4b4a6b541932183fc5cff17d33c991f68937/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f70617261766962652f7368757474657273746f636b2e7376673f7374796c653d666c61742d737175617265)](https://github.com/paravibe/shutterstock/releases)[![Build Status](https://camo.githubusercontent.com/6db09802b6629ac0e19d6f08979ab56502debbc80462fcf0bf7b956a5ea0d78e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f70617261766962652f7368757474657273746f636b2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/paravibe/shutterstock)[![Total Downloads](https://camo.githubusercontent.com/15dec294469e45460177aa5d80a5e9493ee1a72b68aca9dde302ed2b8e512fbe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70617261766962652f7368757474657273746f636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paravibe/shutterstock)

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

[](#installation)

`composer require paravibe/shutterstock`

How to use
----------

[](#how-to-use)

### Initialize client

[](#initialize-client)

`$client = new \Shutterstock\Main\Client($access_token);`

Where `$access_token` is a token retrived during authorization procedure

Use any method described here by passing proper HTTP method and endpoint to `createRequest()` method.

### GET/DELETE methods

[](#getdelete-methods)

```
$get = $client->createRequest('GET', "users")->execute();
$data = $get->getDecodedBody();
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

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/ee489c5ed8fc6fac1e81b1b7688a37731ec978f5dccc87e4f87c5233c2197709?d=identicon)[paravibe](/maintainers/paravibe)

### Embed Badge

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

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

PHPackages © 2026

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