PHPackages                             shutterstock/phergie-irc-plugin-react-bigstock - 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. shutterstock/phergie-irc-plugin-react-bigstock

AbandonedArchivedLibrary

shutterstock/phergie-irc-plugin-react-bigstock
==============================================

Phergie plugin for Use Bigstock API to search for and display images

3.0.0(10y ago)032BSD-2-ClausePHP

Since Sep 11Pushed 7y ago34 watchersCompare

[ Source](https://github.com/shutterstock/phergie-irc-plugin-react-bigstock)[ Packagist](https://packagist.org/packages/shutterstock/phergie-irc-plugin-react-bigstock)[ RSS](/packages/shutterstock-phergie-irc-plugin-react-bigstock/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (5)Used By (0)

DEPRECATED
==========

[](#deprecated)

This repo is no longer publicly supported.

shutterstock/phergie-irc-plugin-react-bigstock
==============================================

[](#shutterstockphergie-irc-plugin-react-bigstock)

[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin to use Bigstock API to search for and display images.

[![Build Status](https://camo.githubusercontent.com/601714fbe39662bfbb0a8b193ed2ec28fb74d3b69e692a14ce9154163f79ab17/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7368757474657273746f636b2f706865726769652d6972632d706c7567696e2d72656163742d62696773746f636b2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/shutterstock/phergie-irc-plugin-react-bigstock)

Install
-------

[](#install)

The recommended method of installation is [through composer](http://getcomposer.org).

```
{
    "require": {
        "shutterstock/phergie-irc-plugin-react-bigstock": "dev-master"
    }
}
```

See Phergie documentation for more information on [installing and enabling plugins](https://github.com/phergie/phergie-irc-bot-react/wiki/Usage#plugins).

Configuration
-------------

[](#configuration)

If you do not already have a Bigstock API account, you will need to [create one](https://www.bigstockphoto.com/partners/get-started/). You will be given an account ID which must be included in plugin configuration.

```
return [
    'plugins' => [
        // dependencies
        new \Phergie\Irc\Plugin\React\Command\Plugin, // Handles commands and routes to correct plugins
        new \Phergie\Irc\Plugin\React\CommandHelp\Plugin, // Optional - enables help messages for commands
        new \Phergie\Plugin\Dns\Plugin, // Handles DNS lookups for the HTTP plugin
        new \Phergie\Plugin\Http\Plugin, // Handles the HTTP requests for this plugin
        new \Phergie\Irc\Plugin\React\Url\Plugin, // Helps get hostname for building url.shorten.* events
        new \PSchwisow\Phergie\Plugin\UrlShorten\Plugin, // Optional - provides short URLs if available

        // configuration
        new \Shutterstock\Phergie\Plugin\Bigstock\Plugin([
            // REQUIRED: The API account ID associated with your Bigstock account
            'accountId' => '123456',

            // OPTIONAL: The formatter used for output (default value is shown)
            'formatter' => new \Shutterstock\Phergie\Plugin\Bigstock\DefaultFormatter(
                '%title% - %url_short% < %large_thumb% >'
            )

            // OPTIONAL: How long to wait for URL shortener before skipping it (default value is shown)
            'shortenTimeout' => 15,
        ])
    ]
];
```

Usage
-----

[](#usage)

Use the `bigstock` command to search for images matching your query string and return a randomly selected image from the top 10.

```
PSchwisow: !bigstock puppy
Phergie: Newborn Baby And Puppy - http://gsc.io/u/38 < http://static7.bigstockphoto.com/thumbs/6/3/8/small3/83626697.jpg >

```

Tests
-----

[](#tests)

To run the unit test suite:

```
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit

```

License
-------

[](#license)

[BSD-2-Clause](LICENSE) © 2015-2017 Shutterstock Images, LLC

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 51.7% 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.

###  Release Activity

Cadence

Every ~126 days

Total

3

Last Release

3650d ago

Major Versions

1.0.0 → 2.0.02015-12-16

2.0.0 → 3.0.02016-05-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a4eb553ed7677c6aa2c5adb9d20191557e64369c14a9d4b2371c924c4517dff?d=identicon)[jacobemerick](/maintainers/jacobemerick)

![](https://www.gravatar.com/avatar/11ea90f86f17a9e8c1697b4c514bff5de78d9d6dea92e2a3cde723d20f48847f?d=identicon)[PSchwisow](/maintainers/PSchwisow)

---

Top Contributors

[![jacobemerick](https://avatars.githubusercontent.com/u/527814?v=4)](https://github.com/jacobemerick "jacobemerick (15 commits)")[![PSchwisow](https://avatars.githubusercontent.com/u/1644414?v=4)](https://github.com/PSchwisow "PSchwisow (9 commits)")[![RichardLitt](https://avatars.githubusercontent.com/u/910753?v=4)](https://github.com/RichardLitt "RichardLitt (3 commits)")[![svpernova09](https://avatars.githubusercontent.com/u/967362?v=4)](https://github.com/svpernova09 "svpernova09 (2 commits)")

---

Tags

pluginbotircphergie

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shutterstock-phergie-irc-plugin-react-bigstock/health.svg)

```
[![Health](https://phpackages.com/badges/shutterstock-phergie-irc-plugin-react-bigstock/health.svg)](https://phpackages.com/packages/shutterstock-phergie-irc-plugin-react-bigstock)
```

PHPackages © 2026

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