PHPackages                             rezozero/fsirius-sdk-v1 - 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. rezozero/fsirius-sdk-v1

ActiveLibrary[API Development](/categories/api)

rezozero/fsirius-sdk-v1
=======================

Forum Sirius APIv1 PHP SDK

5.0.1(2mo ago)1864MITPHPPHP &gt;=8.3

Since Dec 22Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/rezozero/fsirius-sdk-v1)[ Packagist](https://packagist.org/packages/rezozero/fsirius-sdk-v1)[ RSS](/packages/rezozero-fsirius-sdk-v1/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (25)Used By (0)

Forum Sirius APIv1 PHP SDK
==========================

[](#forum-sirius-apiv1-php-sdk)

**Use Symfony HTTP Client**

Available methods:

- Contexte
- ListeSC
- ParamSC
- DispoListeSC

Events « séances » are mapped to `RZ\FSirius\EventDate` object by calling `$client->getEventDates($sessionToken, $eventId)`.

Get a session token by calling:

```
$client->setEventId($eventId);
$sessionToken = $client->getSessionToken();
```

Authentication
--------------

[](#authentication)

This package provides a simple `Account` and [Symfony Authenticator](https://symfony.com/doc/current/security/custom_authenticator.html#security-passports): `SiriusAccountAuthenticator` to authenticate Sirius customer. However, you must provide your own `CredentialsInterface` implementation because Sirius does not provide SSO mechanism. For example, you can create a *password-less* authentication system using JWT sent by email combined with `$account->getSurvey()` to check user permissions.

```
$surveyFields = explode(';', $user->getSurvey() ?? '');
if (false === $surveyFields || !in_array($this->professionalField, $surveyFields)) {
    throw new BadCredentialsException('account_is_not_professional');
}
```

Timezone
--------

[](#timezone)

Be careful, Forum Sirius API servers are using `Europe/Paris` timezone. Make sure your application is configured with the same timezone.

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance88

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 98.3% 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 ~142 days

Recently: every ~93 days

Total

22

Last Release

81d ago

Major Versions

1.0.8 → 2.0.02023-06-06

2.0.0 → 3.0.02024-05-15

3.1.0 → 4.0.02025-05-19

4.0.0 → 5.0.02025-08-11

5.0.0 → v6.x-dev2026-02-16

PHP version history (6 changes)1.0.0PHP ^7.0

1.1.0PHP ^7.2

1.2.0PHP ^7.2 || ^8.0

2.0.0PHP &gt;=8.1

3.0.0PHP &gt;=8.2

5.0.0PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/380026?v=4)[Ambroise Maupate](/maintainers/ambroisemaupate)[@ambroisemaupate](https://github.com/ambroisemaupate)

---

Top Contributors

[![ambroisemaupate](https://avatars.githubusercontent.com/u/380026?v=4)](https://github.com/ambroisemaupate "ambroisemaupate (57 commits)")[![eliot488995568](https://avatars.githubusercontent.com/u/72140926?v=4)](https://github.com/eliot488995568 "eliot488995568 (1 commits)")

---

Tags

forumsiriusphp7sdk-php

###  Code Quality

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/rezozero-fsirius-sdk-v1/health.svg)

```
[![Health](https://phpackages.com/badges/rezozero-fsirius-sdk-v1/health.svg)](https://phpackages.com/packages/rezozero-fsirius-sdk-v1)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[storyblok/php-content-api-client

PHP Client for Storyblok Content API

11136.8k4](/packages/storyblok-php-content-api-client)[storyblok/php-management-api-client

Storyblok PHP Client for Management API

1224.4k1](/packages/storyblok-php-management-api-client)[smnandre/pagespeed-api

PageSpeed Insight PHP Api Client 🚀 Analyse web pages for performances metrics, core web vitals...

1511.5k](/packages/smnandre-pagespeed-api)

PHPackages © 2026

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