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.

122PHP

Since Jul 19Pushed 1mo 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 1mo ago

READMEChangelogDependenciesVersions (2)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

24

—

LowBetter than 32% of packages

Maintenance59

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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

[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)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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