PHPackages                             experteam/api-redis-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. [Caching](/categories/caching)
4. /
5. experteam/api-redis-bundle

ActiveSymfony-bundle[Caching](/categories/caching)

experteam/api-redis-bundle
==========================

REDIS functionality bundle for APIs.

4.2.3(7mo ago)012.4k↓33.3%1MITPHPPHP &gt;=8.1

Since Jan 8Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/experteam-mx/api-redis-bundle)[ Packagist](https://packagist.org/packages/experteam/api-redis-bundle)[ Docs](https://github.com/experteam-mx/api-redis-bundle)[ RSS](/packages/experteam-api-redis-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (15)Versions (103)Used By (1)

API Redis Bundle
================

[](#api-redis-bundle)

Redis Services for APIs in Symfony 5.1+
It includes:

- **Redis Client:** Predis client wrapper for writing and reading in redis.
- **Redis Transport:** Service to save entities in redis and dispatch message queues.

### Install

[](#install)

1. Run de following composer command:

```
composer require experteam/api-redis-bundle

```

2. Create the configuration file through any of the following options:

    a. Manually copy the example file in the package root to the folder `config/packages/`.

    b. Copy the `vendor_copy.php` file to the root of the project and configure the scripts in the `composer.json` file:

    ```
    "scripts": {
         "vendor-scripts": [
             "@php vendor_copy.php -s vendor/experteam/api-redis-bundle/experteam_api_redis.yaml.example -d config/packages/experteam_api_redis.yaml --not-overwrite --ignore-no-source"
         ],
         "post-install-cmd": [
             "@vendor-scripts"
         ],
         "post-update-cmd": [
             "@vendor-scripts"
         ]
     },

    ```
3. Edit the bundle configuration file `config/packages/experteam_api_redis.yaml`:

```
experteam_api_redis:
    serialize_groups:
        save: read
        message: read
    elk_logger:
        save: true
        message: true
    entities:
        [Entity Namespace]:
            prefix: [prefix]
            save: false
            message: true
            message_class: [Message Class Namespace]    #required only if message equal true
        [Entity Namespace]:
            prefix: [prefix]
            save: true
            save_method: getId     #optional (default getId)
            message: false

```

### Update

[](#update)

Run de following composer command:

```
composer update experteam/api-redis-bundle

```

### License

[](#license)

[MIT license](https://opensource.org/licenses/MIT).

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance76

Regular maintenance activity

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity79

Established project with proven stability

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

Recently: every ~0 days

Total

101

Last Release

233d ago

Major Versions

3.2.8 → 4.1.42025-06-06

3.2.9 → 4.1.52025-11-10

3.2.10 → 4.1.62025-11-10

3.2.11 → 4.2.22025-11-11

3.2.12 → 4.2.32025-11-12

PHP version history (3 changes)1.0.0PHP ^7.3

1.1.2PHP &gt;=7.2.5

3.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7440c23497ad6e1715a163303dad11dbf1cc25647f803a594bab662db4a3bd3?d=identicon)[experteam-mx](/maintainers/experteam-mx)

---

Top Contributors

[![roberlayl](https://avatars.githubusercontent.com/u/41235785?v=4)](https://github.com/roberlayl "roberlayl (64 commits)")

### Embed Badge

![Health badge](/badges/experteam-api-redis-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.9M737](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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