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

9.4.6(2mo ago)1874MITPHPPHP &gt;=8.3

Since Dec 22Pushed 1w 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 6d ago

READMEChangelogDependencies (30)Versions (91)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

58

—

FairBetter than 98% of packages

Maintenance94

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity94

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

Recently: every ~0 days

Total

88

Last Release

60d ago

Major Versions

5.0.0 → v6.x-dev2026-02-16

5.0.1 → 9.1.42026-03-17

7.1.7 → 8.3.62026-03-17

v7.x-dev → v8.x-dev2026-03-18

v8.x-dev → 9.2.32026-05-05

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 (59 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.5k5.9M737](/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.1k17.8k](/packages/prestashop-prestashop)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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