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 2w 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 41% 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

2819d ago

Major Versions

v1.1 → v2.02018-10-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/656791?v=4)[Lonny Kapelushnik](/maintainers/lonnylot)[@lonnylot](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M218](/packages/backpack-crud)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[saithink/saiadmin

webman plugin

28111.0k1](/packages/saithink-saiadmin)

PHPackages © 2026

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