PHPackages                             lonnylot/clarityboard-php-sdk - 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. [Admin Panels](/categories/admin)
4. /
5. lonnylot/clarityboard-php-sdk

ActiveLibrary[Admin Panels](/categories/admin)

lonnylot/clarityboard-php-sdk
=============================

Clarityboard SDK for PHP

v2.0(7y ago)111MITPHPPHP ^5.4 || ^7.0

Since Sep 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lonnylot/clarityboard-php-sdk)[ Packagist](https://packagist.org/packages/lonnylot/clarityboard-php-sdk)[ RSS](/packages/lonnylot-clarityboard-php-sdk/feed)WikiDiscussions master Synced 2mo ago

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

Introduction
============

[](#introduction)

This is the [Clarityboard](https://www.clarityboard.com) SDK for PHP. Please refer to our [API Docs](https://clarityboard.docs.apiary.io/#) for more information.

Requirements
------------

[](#requirements)

PHP 5.4.0 and later.

Composer
--------

[](#composer)

You can install the bindings via Composer. Run the following command:

`composer require lonnylot/clarityboard-php-sdk`

To use the bindings, use Composer's autoload:

`require_once('vendor/autoload.php');`

Dependencies
------------

[](#dependencies)

The library requires the [GuzzleHTTP](http://docs.guzzlephp.org/en/stable/) library.

Getting Started
---------------

[](#getting-started)

Before using the SDK endpoints you *must* set your API key:

```
\Clarityboard\Client::setApiKey('enter-your-api-key');
```

Here is an example of making the call synchronously:

```
$response = \Clarityboard\Dashboard::retrieve(['dashboardId' => 'd290f1ee-6c54-4b01-90e6-d701748f0851']);
```

### Dashboards

[](#dashboards)

#### List

[](#list)

```
$response = \Clarityboard\Dashboard::all();
```

#### Create

[](#create)

```
\Clarityboard\Dashboard::create(['name' => 'My New Dashboard']);
```

#### Retrieve

[](#retrieve)

```
$response = \Clarityboard\Dashboard::retrieve(['dashboardId' => 'd290f1ee-6c54-4b01-90e6-d701748f0851']);
```

### Records

[](#records)

#### Create

[](#create-1)

```
\Clarityboard\Dashboard::create([
  'group' => 'Sales',
  'data' => [
    "name" => "Shoe Laces",
    "sale" => 4.99,
    "cost" => 0.99
  ]
]);
```

### Record Group

[](#record-group)

#### List

[](#list-1)

```
$response = \Clarityboard\RecordGroup::all();
```

#### Create/Update

[](#createupdate)

```
$response = RecordGroup::update(['group' => 'Sales', 'data' => ['Purchase Date' => '2018-09-17T18:24:00']]);
```

### Record

[](#record)

#### Create

[](#create-2)

```
$response = Record::create([
  'group' => 'Sales', 'data' => [
    "name" => "Shoe Laces",
    "sale" => 4.99,
    "cost" => 0.99
  ]
]);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~11 days

Total

3

Last Release

2767d ago

Major Versions

v1.1 → v2.02018-10-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/64b21af385cbc107515398b5087e1dc0de97c7cfa3a9a02034a46c9b9979a3c2?d=identicon)[lonnylot](/maintainers/lonnylot)

---

Top Contributors

[![lonnylot](https://avatars.githubusercontent.com/u/656791?v=4)](https://github.com/lonnylot "lonnylot (7 commits)")

---

Tags

dashboardphpphp-librarysaassdksdk-php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lonnylot-clarityboard-php-sdk/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)[egroupware/egroupware

EGroupware extends a classic groupware with an integrated CRM-system, a secure file-server and Collabora Online Office.

2891.6k](/packages/egroupware-egroupware)[kunstmaan/admin-bundle

The Kunstmaan Admin bundle supplies your project with a basic, elegant backend interface you can modify and extend so you can make your perfect admin module. The clean interface makes it straightforward for you and the people working with it to change settings and modify content.

58149.5k20](/packages/kunstmaan-admin-bundle)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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