PHPackages                             broosaction/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. broosaction/sdk

ActiveLibrary

broosaction/sdk
===============

litebase SDK for PHP - Use litebase Web Services in your PHP project

110PHP

Since Jan 6Pushed 3y agoCompare

[ Source](https://github.com/broosaction/litebase-sdk-php)[ Packagist](https://packagist.org/packages/broosaction/sdk)[ RSS](/packages/broosaction-sdk/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Litebase Client Library for PHP
===============================

[](#litebase-client-library-for-php)

The Litebase API Client Library enables you to work with Litebase APIs such as Charts, Drive, or Litebase Social on your server.

These client libraries are officially supported by Broos Action. They are still considered under active development. Which means new features will be added as well as bug fix for current implemented client libraries.

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

[](#requirements)

- [PHP 7.4.0 or higher](http://www.php.net/)

Installation
------------

[](#installation)

You can use **Composer** or simply **Download the Release**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require broosaction/litebase-sdk-php:dev-master
```

Finally, be sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

### Basic Example

[](#basic-example)

```
// include your composer dependencies
require_once 'vendor/autoload.php';

$litebaseclient = new LitebaseClient(array(
    'client_id' => 'api public key .x',
    'client_secret' => 'Api secret key .x',
    'username' => 'your litebase cloud username',
    'application_name' => 'your application name',
));

$qrcode = new \Litebase\Service\Charts\Qr_Code_Service($litebaseclient);
$qrcode->setText('Hello World')->setSize(300);
 if($qrcode->getStatus()){
    echo '';
 }
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5648c77a78ce6af40a5dda6fe42a634e7843d7506cd4e5c25c1e393b3fb5b8ea?d=identicon)[brucetruth](/maintainers/brucetruth)

---

Top Contributors

[![brucetruth](https://avatars.githubusercontent.com/u/40401943?v=4)](https://github.com/brucetruth "brucetruth (41 commits)")

### Embed Badge

![Health badge](/badges/broosaction-sdk/health.svg)

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

PHPackages © 2026

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