PHPackages                             bitban/brightcove-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. [API Development](/categories/api)
4. /
5. bitban/brightcove-api

ActiveLibrary[API Development](/categories/api)

bitban/brightcove-api
=====================

Brightcove PHP API Wrapper

2.4(2y ago)04.4k↓47.1%MITPHPPHP &gt;=7.1

Since Aug 4Pushed 2y agoCompare

[ Source](https://github.com/bitban/PHP-API-Wrapper)[ Packagist](https://packagist.org/packages/bitban/brightcove-api)[ RSS](/packages/bitban-brightcove-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

PHP Wrapper for the Brightcove API
==================================

[](#php-wrapper-for-the-brightcove-api)

Installation notes
------------------

[](#installation-notes)

This library requires PHP 7.1 or newer with a CURL extension. You have to run `composer install` before using the library.

```
# apt-get install php5 php5-curl curl

PHP-API-Wrapper$ curl -sS https://getcomposer.org/installer | php

PHP-API-Wrapper$ php composer.phar install

```

Testing notes
-------------

[](#testing-notes)

Running the tests requires a `config.json` file. There's a sample file included in the repository.

A reverse SSH tunnel is needed for the DI API test. When you set it up, make sure that the port is open on the remote server too.

Example script:

```
#!/bin/sh

ssh -nNT -R 8888::8888 example.com &>ssh_tunnel_logfile.txt &
PID=$!

cleanup () {
    kill ${PID}
    cat ssh_tunnel_logfile.txt
    rm ssh_tunnel_logfile.txt
}

handle_error () {
    cleanup
    exit 1
}

./vendor/bin/phpunit

cleanup

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.9% 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 ~0 days

Total

2

Last Release

1018d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b53a1d803b7818eb4c937195271ecccba6d62a1a82f6da01edd3ddef7e04215?d=identicon)[bitban](/maintainers/bitban)

---

Top Contributors

[![tamasd](https://avatars.githubusercontent.com/u/40811?v=4)](https://github.com/tamasd "tamasd (73 commits)")[![KonczGabor](https://avatars.githubusercontent.com/u/9655979?v=4)](https://github.com/KonczGabor "KonczGabor (15 commits)")[![jspizziri](https://avatars.githubusercontent.com/u/1452066?v=4)](https://github.com/jspizziri "jspizziri (9 commits)")[![chibani](https://avatars.githubusercontent.com/u/1182895?v=4)](https://github.com/chibani "chibani (7 commits)")[![ycecube](https://avatars.githubusercontent.com/u/7201339?v=4)](https://github.com/ycecube "ycecube (4 commits)")[![janmashat](https://avatars.githubusercontent.com/u/12157479?v=4)](https://github.com/janmashat "janmashat (4 commits)")[![dawehner](https://avatars.githubusercontent.com/u/29678?v=4)](https://github.com/dawehner "dawehner (2 commits)")[![simesy](https://avatars.githubusercontent.com/u/188856?v=4)](https://github.com/simesy "simesy (1 commits)")[![agalindo-bbt](https://avatars.githubusercontent.com/u/181968365?v=4)](https://github.com/agalindo-bbt "agalindo-bbt (1 commits)")

---

Tags

apiBrightcove

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bitban-brightcove-api/health.svg)

```
[![Health](https://phpackages.com/badges/bitban-brightcove-api/health.svg)](https://phpackages.com/packages/bitban-brightcove-api)
```

###  Alternatives

[brightcove/api

Brightcove PHP API Wrapper

251.4M1](/packages/brightcove-api)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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