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 today

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

[symfony/workflow

Provides tools for managing a workflow or finite state machine

62842.3M170](/packages/symfony-workflow)[stubbles/core

103.4k1](/packages/stubbles-core)

PHPackages © 2026

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