PHPackages                             idci/booxi-client-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. idci/booxi-client-bundle

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

idci/booxi-client-bundle
========================

v1.0.2(11mo ago)0204↓50%CECILL-CPHPPHP ^8.1

Since May 15Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/IDCI-Consulting/BooxiClientBundle)[ Packagist](https://packagist.org/packages/idci/booxi-client-bundle)[ RSS](/packages/idci-booxi-client-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (4)Used By (0)

IDCI Booxi Client Bundle
========================

[](#idci-booxi-client-bundle)

Symfony bundle that provides an api client for Booxi

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

[](#installation)

Install this bundle using composer :

```
composer require idci/booxi-client-bundle
```

Configuration
-------------

[](#configuration)

### Create an Eightpoint Guzzle HTTP client

[](#create-an-eightpoint-guzzle-http-client)

In the file `config/packages/eight_points_guzzle.yaml`, create a **Booxi API** client :

```
eight_points_guzzle:
    clients:
        booxi_api:
            base_url: 'https://%env(resolve:BOOXI_HOST)%/booking/v1/'
```

### Configure a cache pool

[](#configure-a-cache-pool)

Create a dedicated **Booxi** cache, or use any of your existing pools :

In the file `config/services.yaml`, register your cache pool :

```
# Redis example
app.cache.adapter.redis.booxi:
    parent: 'cache.adapter.redis'
    tags:
        - { name: 'cache.pool', namespace: 'Booxi' }
```

In the file `config/packages/cache.yaml`, define your cache pool :

```
framework:
    cache:
        # ...
        pools:
            cache.booxi:
                public: true
```

### Configure booxi-client-bundle

[](#configure-booxi-client-bundle)

In `config/packages/`, create a `idci_booxi_client.yaml` file :

```
idci_booxi_client:
    guzzle_http_client_service_alias: 'eight_points_guzzle.client.booxi_api'
    cache_pool_service_alias: 'cache.booxi'
    api_key: '%env(string:BOOXI_API_KEY)%'
    partner_key: '%env(string:BOOXI_PARTNER_KEY)%'
```

Then, add these environment variable in your `.env` file :

```
###> idci/booxi-client-bundle ###
BOOXI_HOST='api.booxi.eu'
BOOXI_API_KEY=
BOOXI_PARTNER_KEY=
###< idci/booxi-client-bundle ###

```

To retrieve more informations about Booxi API, go to [Booxi API](https://api.booxi.com/doc/booking.html) or [EU Booxi API](https://api.booxi.eu/doc/booking.html).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance51

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~5 days

Total

3

Last Release

348d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd741a0b8b7ed0a96db8a20eab052ed110453ed38700091f63ce9db3c5ea8fb8?d=identicon)[idciconsulting](/maintainers/idciconsulting)

---

Top Contributors

[![BeBlood](https://avatars.githubusercontent.com/u/24357558?v=4)](https://github.com/BeBlood "BeBlood (7 commits)")[![Edwalyon](https://avatars.githubusercontent.com/u/87672571?v=4)](https://github.com/Edwalyon "Edwalyon (1 commits)")

### Embed Badge

![Health badge](/badges/idci-booxi-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/idci-booxi-client-bundle/health.svg)](https://phpackages.com/packages/idci-booxi-client-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M648](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M232](/packages/nelmio-api-doc-bundle)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[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)

PHPackages © 2026

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