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)037PHPPHP &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 1w 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

28

—

LowBetter than 51% of packages

Maintenance43

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

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

[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[aws/aws-sdk-php

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

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[sylius/sylius

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

8.5k6.0M777](/packages/sylius-sylius)[drupal/core

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

19467.3M1.9k](/packages/drupal-core)[theodo-group/llphant

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

1.7k441.1k8](/packages/theodo-group-llphant)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)

PHPackages © 2026

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