PHPackages                             redlab-team/helpers-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. redlab-team/helpers-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

redlab-team/helpers-bundle
==========================

A Symfony Bundle with Helpers

v2.0(6y ago)034[2 PRs](https://github.com/REDLab-Team/helpers-bundle/pulls)MITPHP

Since Mar 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/REDLab-Team/helpers-bundle)[ Packagist](https://packagist.org/packages/redlab-team/helpers-bundle)[ RSS](/packages/redlab-team-helpers-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (10)Used By (0)

REDLab Helpers Bundle
=====================

[](#redlab-helpers-bundle)

A Bundle for Symfony 4+ with that provides simple PHP methods for OOP developments.

[![Latest Stable Version](https://camo.githubusercontent.com/866a50e386cba7ec15fe6377fb0aa31afe5a33aacda61bc592fe431bb067ed61/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706870756e69742f706870756e69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpunit/phpunit)[![Minimum PHP Version](https://camo.githubusercontent.com/1e3b70374ce5a22774aa3385ec7b561e59b8f8c6a75da5d41cb46fcbe55e6a8b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e332d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![Latest Stable Version](https://camo.githubusercontent.com/191d4c14f18b4dc08579b10ad83fec9879cf3f835c4f5071428812b874fc1847/68747470733a2f2f706f7365722e707567782e6f72672f7265646c61622d7465616d2f68656c706572732d62756e646c652f762f737461626c65)](https://packagist.org/packages/redlab-team/helpers-bundle)[![Total Downloads](https://camo.githubusercontent.com/15b08d70e307c1afea4f532f7cc31b3e6d639dc5ad8892026d2da46c7853e964/68747470733a2f2f706f7365722e707567782e6f72672f7265646c61622d7465616d2f68656c706572732d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/redlab-team/helpers-bundle)

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

[](#installation)

#### With composer :

[](#with-composer-)

```
$ composer require redlab-team/helpers-bundle
```

Usage
-----

[](#usage)

This bundle is based on the package `php-helpers` available [on this repository](https://github.com/REDLab-Team/php-helpers).
The documentation of the helpers is in the [README.md file](https://github.com/REDLab-Team/php-helpers/blob/master/README.md).

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

[](#configuration)

The default configuration is into the [service.yml file](./Resources/config/services.yml).
It is possible to override it into the configuration of your application.

```
parameters:
    # This variable allow the debug logs into the helpers methods
    redlabteam_helpers_debug: true
    # This variable allow the notice logs into the helpers methods
    redlabteam_helpers_notice_failure: true
services:
    # By default the Symfony minimalist Logger is used
    # It is possible to use another logger or just edit its parameters
    logger:
        class: Symfony\Component\HttpKernel\Log\Logger
        arguments:
            $minLevel: null
            $output: '%kernel.logs_dir%/%kernel.environment%.log'
            $formatter: null

    # Below are the helpers that can be used as services
    redlabteam_helpers.array:
        class: RedlabTeam\HelpersBundle\Service\ArrayService
        arguments:
            $logger: '@logger'
            $debug: '%redlabteam_helpers_debug%'
            $noticeFailure: '%redlabteam_helpers_notice_failure%'
    RedlabTeam\HelpersBundle\Service\ArrayService: '@redlabteam_helpers.array'

    redlabteam_helpers.date:
        class: RedlabTeam\HelpersBundle\Service\DateService
        arguments:
            $logger: '@logger'
            $debug: '%redlabteam_helpers_debug%'
            $noticeFailure: '%redlabteam_helpers_notice_failure%'
    RedlabTeam\HelpersBundle\Service\DateService: '@redlabteam_helpers.date'

    redlabteam_helpers.json:
        class: RedlabTeam\HelpersBundle\Service\JsonService
        arguments:
            $logger: '@logger'
            $debug: '%redlabteam_helpers_debug%'
            $noticeFailure: '%redlabteam_helpers_notice_failure%'
    RedlabTeam\HelpersBundle\Service\JsonService: '@redlabteam_helpers.json'

    redlabteam_helpers.string:
        class: RedlabTeam\HelpersBundle\Service\StringService
        arguments:
            $logger: '@logger'
            $debug: '%redlabteam_helpers_debug%'
            $noticeFailure: '%redlabteam_helpers_notice_failure%'
    RedlabTeam\HelpersBundle\Service\StringService: '@redlabteam_helpers.string'
```

License
-------

[](#license)

This package is released under the MIT License. See the [LICENSE](./LICENSE) file for more details.

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Total

3

Last Release

2338d ago

Major Versions

v1.0.1 → v2.02020-03-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f36efc11f03f00ffcf35415b5130be49316729d6e9394be827807e7271a5f33?d=identicon)[redlab-team](/maintainers/redlab-team)

---

Top Contributors

[![hello-motto](https://avatars.githubusercontent.com/u/16312032?v=4)](https://github.com/hello-motto "hello-motto (43 commits)")

---

Tags

symfonyhelpers

### Embed Badge

![Health badge](/badges/redlab-team-helpers-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/redlab-team-helpers-bundle/health.svg)](https://phpackages.com/packages/redlab-team-helpers-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11258.2k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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