PHPackages                             miralsoft/docbee-api - 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. miralsoft/docbee-api

ActiveLibrary[API Development](/categories/api)

miralsoft/docbee-api
====================

The api functions from docbee in php.

150PHP

Since Jul 19Pushed 3w ago1 watchersCompare

[ Source](https://github.com/MIRAL-Soft/docbee-php-api)[ Packagist](https://packagist.org/packages/miralsoft/docbee-api)[ RSS](/packages/miralsoft-docbee-api/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

docbee-php-api
==============

[](#docbee-php-api)

This Project is to use the docbee API with PHP.

How to use
==========

[](#how-to-use)

You can download the Package over composer with following line in composer File:

```
"require": {
    "php": ">=8.0.0",
    "miralsoft/docbee-api": ">=v1"
}

```

Configuration
=============

[](#configuration)

To use the API you have to make a Config Object with the Options you need for docbee:

```
use miralsoft\docbee\api\Config;

// Generate conig with token
$config = new Config(APITOKEN);

```

Replace the APITOKEN with your own Token from docbee.

Example
=======

[](#example)

Here a little example to use the docbee api:

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

use miralsoft\docbee\api\Config;
use miralsoft\docbee\api\Customer;

// Generate conig with token
$config = new Config(APITOKEN);

// Generate the customer object
$customer = new Customer($config);

$result = $customer->get(); // Get all customers

```

For more examples you can look in the test-scripts.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance62

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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/7510cab0d2fe79454ee620c456a1f08ceafa2ed856fd342d54db0700aab03db5?d=identicon)[miralsoft](/maintainers/miralsoft)

---

Top Contributors

[![miralsoft](https://avatars.githubusercontent.com/u/20637644?v=4)](https://github.com/miralsoft "miralsoft (30 commits)")

### Embed Badge

![Health badge](/badges/miralsoft-docbee-api/health.svg)

```
[![Health](https://phpackages.com/badges/miralsoft-docbee-api/health.svg)](https://phpackages.com/packages/miralsoft-docbee-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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