PHPackages                             ledevoir/pianoid-api-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. ledevoir/pianoid-api-php-sdk

ActiveLibrary

ledevoir/pianoid-api-php-sdk
============================

The unofficial PHP SDK for PianoID API

0.11.0(2y ago)067MITPHPPHP &gt;=8.2

Since Jan 27Pushed 2y ago2 watchersCompare

[ Source](https://github.com/LeDevoir/pianoid-api-php-sdk)[ Packagist](https://packagist.org/packages/ledevoir/pianoid-api-php-sdk)[ RSS](/packages/ledevoir-pianoid-api-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (19)Used By (0)

The unofficial PHP SDK for PianoID API

Documentation
-------------

[](#documentation)

### Install the library

[](#install-the-library)

```
composer require ledevoir/pianoid-api-php-sdk
```

### Configuration requirements

[](#configuration-requirements)

Configure the following environment variables (must be set in $\_ENV\[\] variable) or configure values manually in the Environment object

```
PIANO_ID_API_BASE_URL='www.whatever.com'
PIANO_APPLICATION_ID='valid_application_id'
PIANO_API_TOKEN='VERY_SECURE_TOKEN'
```

### Usage example

[](#usage-example)

```
use \LeDevoir\PianoIdApiSDK\Client\GuzzleClient;
use \LeDevoir\PianoIdApiSDK\Request\Login\LoginRequest;

$client = new GuzzleClient();
$request = new LoginRequest('email@email.com', 'password');

$httpResponse = $client->send($request);
$pianoResponse = $request->toPianoIdResponse($httpResponse);

$failed = $pianoResponse->isFailure();
```

### Tests

[](#tests)

To debug unit tests

```
 XDEBUG_TRIGGER=yes vendor/bin/phpunit tests
```

### Future outlook / TODO

[](#future-outlook--todo)

- Might consider guzzle interfaces and main classes (request, response &amp; client integration further ?)
- Consider removing guzzle client and replacing with cURL client or add client interface and provide both options

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Recently: every ~50 days

Total

18

Last Release

957d ago

PHP version history (2 changes)0.1.0PHP &gt;=7.1

0.6.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7421fba70edafa7110fa1b433f59e4a925b980fe05c8fcd59c008e3d1282ed61?d=identicon)[LeDevoir](/maintainers/LeDevoir)

---

Top Contributors

[![philippe-bourdeau](https://avatars.githubusercontent.com/u/19807423?v=4)](https://github.com/philippe-bourdeau "philippe-bourdeau (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ledevoir-pianoid-api-php-sdk/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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