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(11mo ago)034PHPPHP &gt;=8.0

Since May 12Pushed 11mo 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 1mo ago

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

29

—

LowBetter than 60% of packages

Maintenance50

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

356d 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

[sylius/sylius

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

8.4k5.6M650](/packages/sylius-sylius)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M467](/packages/saloonphp-saloon)[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[theodo-group/llphant

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

1.5k311.5k5](/packages/theodo-group-llphant)

PHPackages © 2026

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