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

AbandonedArchivedLibrary[API Development](/categories/api)

eunarede/bling-php-sdk
======================

SDK PHP para Bling ERP

1.0.2(6y ago)2121MITPHPPHP &gt;=5.5

Since Sep 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/eunarede/bling-php-sdk)[ Packagist](https://packagist.org/packages/eunarede/bling-php-sdk)[ RSS](/packages/eunarede-bling-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

bling-php-sdk
=============

[](#bling-php-sdk)

PHP SDK (não oficial) para Bling ERP

Criando o cliente de configuração e autenticação
------------------------------------------------

[](#criando-o-cliente-de-configuração-e-autenticação)

```
use Bling\Core\Config;
use Bling\BlingClient;

$apitoken = '1234';

$client = new BlingClient(Config::configure($apitoken));
```

Contatos
--------

[](#contatos)

use os seguintes métodos abaixo para trabalhar com a API de contatos da Bling.

### Listar Contatos

[](#listar-contatos)

```
try {
  $listarContatos = $client->getAllContatos();
  print_r($listarContatos);
} catch (\Exception $e) {
  echo $e->getMessage() . PHP_EOL;
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~4 days

Total

3

Last Release

2433d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a96c0b635bd3895936611a6122f3a2ea896c810664437525e1bc6420cf4f19d?d=identicon)[eunarede](/maintainers/eunarede)

---

Top Contributors

[![andrekutianski](https://avatars.githubusercontent.com/u/5316107?v=4)](https://github.com/andrekutianski "andrekutianski (8 commits)")

---

Tags

blingcomposercomposer-packageerpphpsdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eunarede-bling-php-sdk/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M648](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[alexacrm/dynamics-webapi-toolkit

Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM

81324.1k1](/packages/alexacrm-dynamics-webapi-toolkit)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)[keboola/storage-api-client

Keboola Storage API PHP Client

10387.5k25](/packages/keboola-storage-api-client)

PHPackages © 2026

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