PHPackages                             jambtc/q01-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. jambtc/q01-php-sdk

ActiveLibrary[API Development](/categories/api)

jambtc/q01-php-sdk
==================

SDK PHP per interagire con le REST API tramite autenticazione Bearer Token.

v1.0.1(1y ago)034PHPPHP &gt;=8.0

Since May 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jambtc/q01-php-sdk)[ Packagist](https://packagist.org/packages/jambtc/q01-php-sdk)[ RSS](/packages/jambtc-q01-php-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Q01 PHP SDK
===========

[](#q01-php-sdk)

Q01 PHP SDK è una libreria per interagire con REST API protette da Bearer Token.

Installazione
-------------

[](#installazione)

Puoi installare questa libreria tramite Composer:

```
composer require jambtc/q01-php-sdk
```

How to use
----------

[](#how-to-use)

```
// Inizializza AuthService con il base URL
$authService = new AuthService('https://q01.example.com');

 // imposto il token dall'user identity o dal bearer
$authService->setToken(Yii::$app->user->identity->apiToken);

// Autenticazione
$authService->validateToken();

// Inizializza il controller
$artsController = new ArtsController($authService);

// Ottieni la Lista
$arts = $artsController->getAllArts();
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance46

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

2

Last Release

411d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47701ba7eb67ed045c5969c8b4a6849133d6e8bde59c0a31d3b500ac38640b6d?d=identicon)[jambtc](/maintainers/jambtc)

---

Top Contributors

[![jambtc](https://avatars.githubusercontent.com/u/30697838?v=4)](https://github.com/jambtc "jambtc (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jambtc-q01-php-sdk/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)

PHPackages © 2026

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