PHPackages                             zajca/symfony-extensions - 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. zajca/symfony-extensions

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zajca/symfony-extensions
========================

Variety extensions for symfony.

02PHPCI failing

Since Oct 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zajca/symfony-extensions)[ Packagist](https://packagist.org/packages/zajca/symfony-extensions)[ RSS](/packages/zajca-symfony-extensions/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony extensions
==================

[](#symfony-extensions)

This library contains a variety of extensions to ease work with Symfony framework

Install
-------

[](#install)

Use composer to install the lib from packagist.

```
composer require zajca/symfony-extensions
```

Usage
-----

[](#usage)

### Exception

[](#exception)

Basic exception handling for http kernel.

Two Exception exists extending Exception interface: `Zajca\Extensions\Exception\ExceptionInterface`

- `Zajca\Extensions\Exception\InternalException` - Exception which will return 500 status code but will log more information than standard Exception
- `Zajca\Extensions\Exception\PublicException` - Exception which will be serialized and shown to api consumer

### Usage in symfony

[](#usage-in-symfony)

Register exception listener and use/extend predefined exceptions

```
services:
    Zajca\Extensions\Exception\ExceptionListener:
        tags:
            - { name: kernel.event_listener, event: kernel.exception }
```

### Request mapping

[](#request-mapping)

Argument value resolver [more in symfony docs](https://symfony.com/doc/current/controller/argument_value_resolver.html) which will map user input from request to object.

#### Examples

[](#examples)

For examples check the tests: `Zajca\Extensions\Tests\RequestMapping\ArgumentValueResolver\Example\ControllerStub`

### Route

[](#route)

### Environment

[](#environment)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/180148?v=4)[Martin Zajíc](/maintainers/zajca)[@zajca](https://github.com/zajca)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zajca-symfony-extensions/health.svg)

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

###  Alternatives

[stillat/proteus

Provides utilities for parsing and updating Laravel-style PHP configuration files.

18350.0k39](/packages/stillat-proteus)[kunstmaan/seo-bundle

Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.

28132.1k2](/packages/kunstmaan-seo-bundle)[boogiefromzk/agora-token

Intended to make Agora Tools for PHP repository folder as a package installable with Composer.

1068.6k](/packages/boogiefromzk-agora-token)[magewirephp/magewire-requirejs

A Magento 2 module which makes Magewire compatible with RequireJS based themes

1426.3k20](/packages/magewirephp-magewire-requirejs)

PHPackages © 2026

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