PHPackages                             gponty/symfony-idloom-api-bundle - 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. gponty/symfony-idloom-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

gponty/symfony-idloom-api-bundle
================================

Service to use api idloom.events in Symfony

1.02(2y ago)02.4kMITPHPPHP &gt;=8.1

Since Jun 9Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/gponty/symfony-idloom-api)[ Packagist](https://packagist.org/packages/gponty/symfony-idloom-api-bundle)[ Docs](https://github.com/gponty/symfony-idloom-api)[ RSS](/packages/gponty-symfony-idloom-api-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (8)Versions (10)Used By (0)

Symfony IdLoom Api
==================

[](#symfony-idloom-api)

This is a Symfony 6/7 Bundle helps you to use idloom API v4 : .

Installation
------------

[](#installation)

**1** Add to composer.json to the `require` key

```
    composer require gponty/symfony-idloom-api-bundle
```

Usage
-----

[](#usage)

Inject the service in your controller :

```
    public function __construct(readonly IdLoomApiService $idLoomApiService)
    { }
```

Use the service :

```
    $this->idLoomApiService->setKey('abcdefdfhijklmnopqrstuvwxyz');
    $options = [ 'event_uid' => '1234567890'];
    $response = $this->idLoomApiService->request('GET','/attendees',$options);
```

It's not possible to put api key in .env file because you can have different keys for different events.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle.

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance56

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

6

Last Release

107d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34276317?v=4)[Guillaume Ponty](/maintainers/gponty)[@gponty](https://github.com/gponty)

---

Top Contributors

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

---

Tags

apisymfonybundleidloom

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gponty-symfony-idloom-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gponty-symfony-idloom-api-bundle/health.svg)](https://phpackages.com/packages/gponty-symfony-idloom-api-bundle)
```

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[harmbandstra/swagger-ui-bundle

Exposes swagger UI inside your Symfony project through a route (eg. /docs)

42867.3k](/packages/harmbandstra-swagger-ui-bundle)[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1032.1k](/packages/stfalcon-studio-api-bundle)

PHPackages © 2026

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