PHPackages                             fromtheoutfit/bigboard-sdk-php - 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. fromtheoutfit/bigboard-sdk-php

ActiveLibrary

fromtheoutfit/bigboard-sdk-php
==============================

PHP SDK for bigboard.us

v1.0.2(11y ago)02341MITPHPPHP &gt;=5.3.0

Since Jul 17Pushed 11y ago2 watchersCompare

[ Source](https://github.com/fromtheoutfit/bigboard-sdk-php)[ Packagist](https://packagist.org/packages/fromtheoutfit/bigboard-sdk-php)[ RSS](/packages/fromtheoutfit-bigboard-sdk-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (1)

\#BigBoard SDK for PHP

This SDK provides a simple interface to the \[BigBoard API\] ().

\[BigBoard\] () is a service that aggregates point-in-time events from other web services (and your own custom events) into a visually pleasing dashboard, allowing you to see what's really happening.

\##Installation Installation via \[Composer\] () is highly recommended; update your project's composer.json file to include the BigBoard SDK:

```
{
    "require": {
        "fromtheoutfit/bigboard-sdk-php": "dev-master"
    }
}
```

\##Basic Usage

```
require 'vendor/autoload.php';

// See BigBoard's service settings UI.
// Connect an App and paste your token here:
$api_key = "";

$client = new BigBoardSDK\APIClient ($api_key);

// Get My Account
$my_account = $client->getWhoAmI();
var_export ($my_account);

// Post Events
$events = array (
	array (
	    "person_id" => "peter.gibbons@initech.com",
	    "person_label" => "Peter Gibbons",
	    "summary" => "Weekly TPS Report filed",
	    "time" => (time()-300),
	    "label" => "TPS Reports"
	),
	array (
	    "person_id" => "bill.lundbergh@initech.com",
	    "person_label" => "Bill Lundbergh",
	    "summary" => "Report Rejected. Comment: Please include cover sheet. Mmmmkay?",
	    "time" => time(),
	    "label" => "TPS Reports",
            "url": "http://www.youtube.com/watch?v=Fy3rjQGc6lA"
	),

);

$status = $client->sendEvents($events);
var_export ($status);
```

\##Documentation More information on the BigBoard API is available at .

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~3 days

Total

2

Last Release

4313d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51595?v=4)[Brenden Tamilio](/maintainers/btamilio)[@btamilio](https://github.com/btamilio)

![](https://avatars.githubusercontent.com/u/86411159?v=4)[bigboard](/maintainers/bigboard)[@bigboard](https://github.com/bigboard)

### Embed Badge

![Health badge](/badges/fromtheoutfit-bigboard-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/fromtheoutfit-bigboard-sdk-php/health.svg)](https://phpackages.com/packages/fromtheoutfit-bigboard-sdk-php)
```

###  Alternatives

[coincheck/coincheck

Bindings of coincheck API

202.2k](/packages/coincheck-coincheck)

PHPackages © 2026

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