PHPackages                             broosaction/litebase-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. [API Development](/categories/api)
4. /
5. broosaction/litebase-sdk-php

ActiveLibrary[API Development](/categories/api)

broosaction/litebase-sdk-php
============================

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

10PHP

Since Jan 6Pushed 3y agoCompare

[ Source](https://github.com/broosaction/litebase-sdk-php)[ Packagist](https://packagist.org/packages/broosaction/litebase-sdk-php)[ RSS](/packages/broosaction-litebase-sdk-php/feed)WikiDiscussions master Synced 6d 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

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

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-litebase-sdk-php/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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