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 1mo 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 2w ago

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

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

[](#symfony-helper)

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

[](#installation)

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

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)

todo

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance61

Regular maintenance activity

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

932d 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 (7 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

[sulu/sulu

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

1.3k1.4M236](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[friendsofsymfony/comment-bundle

This Bundle provides threaded comment functionality for Symfony applications

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

Sulu bundle for managing redirects

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

The Sulu Bundle which provides automation functionality

18307.3k13](/packages/sulu-automation-bundle)[pumukit/pumukit

Media Portal

6014.8k56](/packages/pumukit-pumukit)

PHPackages © 2026

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