PHPackages                             denisok94/symfony-helper - 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. denisok94/symfony-helper

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

denisok94/symfony-helper
========================

Symfony helper

0.0.12(2y ago)01.1kMITPHPPHP ^7.4|&gt;=8.0

Since Dec 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Denisok94/symfony-helper)[ Packagist](https://packagist.org/packages/denisok94/symfony-helper)[ RSS](/packages/denisok94-symfony-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (14)Used By (0)

 Symfony Helper
================

[](#-symfony-helper-)

Installation
============

[](#installation)

Run:

```
composer require --prefer-dist denisok94/symfony-helper
# or
php composer.phar require --prefer-dist denisok94/symfony-helper
```

or add to the `require` section of your `composer.json` file:

```
"denisok94/symfony-helper": "*"
```

```
composer update
# or
php composer.phar update
```

Setting
=======

[](#setting)

```
// ~config/bundles.php
return [
    //..
    Denisok94\SymfonyHelper\Denisok94SymfonyHelperBundle::class => ['all' => true],
];
```

Унаследовать настройки родительского контроллера

```
# ~config/services.yaml
    # global if all controller extends ApiRestController or ApiListController
    App\Controller\:
        parent: 'denisok94.controller.api_rest_controller'
    # or individual
    App\Controller\MyController:
        parent: 'denisok94.controller.api_rest_controller'
```

Возвращать ошибки в формате json

```
# ~config/packages/framework.yaml
framework:
    error_controller: Denisok94\SymfonyHelper\Controller\JsonErrorController::show
```

Возвращать ошибки доступа в формате json

```
# ~config/packages/security.yaml
security:
    firewalls:
        main: # or other name use
            access_denied_handler: Denisok94\SymfonyHelper\Security\AccessDeniedHandler
```

Use
===

[](#use)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

13

Last Release

833d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59793012?v=4)[Денис](/maintainers/Denisok94)[@Denisok94](https://github.com/Denisok94)

---

Top Contributors

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

---

Tags

symfony-bundlesymfony helper

### Embed Badge

![Health badge](/badges/denisok94-symfony-helper/health.svg)

```
[![Health](https://phpackages.com/badges/denisok94-symfony-helper/health.svg)](https://phpackages.com/packages/denisok94-symfony-helper)
```

###  Alternatives

[wallabag/wallabag

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[friendsofsymfony/comment-bundle

This Bundle provides threaded comment functionality for Symfony applications

460751.2k5](/packages/friendsofsymfony-comment-bundle)[sulu/redirect-bundle

Sulu bundle for managing redirects

21235.1k](/packages/sulu-redirect-bundle)[sulu/automation-bundle

The Sulu Bundle which provides automation functionality

18289.1k8](/packages/sulu-automation-bundle)[codein/ibexa-seo-toolkit

Ibexa Toolkit to advise users on best SEO practices.

112.5k](/packages/codein-ibexa-seo-toolkit)

PHPackages © 2026

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