PHPackages                             iqual/symfony-extra-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. iqual/symfony-extra-bundle

AbandonedArchivedLibrary

iqual/symfony-extra-bundle
==========================

1.0.3(9y ago)0211PHP

Since Apr 3Pushed 1y ago2 watchersCompare

[ Source](https://github.com/iqual-ch/symfony-extra-bundle)[ Packagist](https://packagist.org/packages/iqual/symfony-extra-bundle)[ RSS](/packages/iqual-symfony-extra-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (1)

SymfonyExtraBundle
==================

[](#symfonyextrabundle)

Provides common additions to Symfony.

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

[](#installation)

```
composer require mpom/symfony-extra-bundle
```

Add to your AppKernel.php:

```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new SymfonyExtraBundle\SymfonyExtraBundle,
            // ...
        )
    }
```

Configuration
=============

[](#configuration)

In your parameters.yml file add 2 new options:

```
locale: en # default locale
locales: [en, de, it, fr] # all supported locales
```

What's inside?
==============

[](#whats-inside)

### Locale autodetector

[](#locale-autodetector)

Detects user's locale using different strategies (in this order):

- Query
- Cookie
- Accept Header

Provides LocaleManger service (@se\_locale\_manager)

### Twig

[](#twig)

#### Pagination function

[](#pagination-function)

Provides pagination function for rendering paginations ;D

```
{{ pagination(totalItems, itemsPerPage, route, currentPage = 1, template ='SymfonyExtraBundle::pagination.html.twig') }}
```

#### Money filter

[](#money-filter)

Formats string as money appending currency symbol (locale-based).

```
{{ value|money }} # CHF 1'200.00
```

### SwiftMailer

[](#swiftmailer)

\####Transports:

\#####Mandrill Requires installation of "hipaway-travel/mandrill-bundle"

\#####File Requires parameter "mailer\_local\_dir" to be set.

\####Plugins: #####CssToInline Extracts styles external css file into inline styles for every html message, requires "tijsverkoyen/css-to-inline-styles".
Set option "email\_css\_file" of section "symfony\_extra" of "config.yml" to valid \*.less file.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% 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 ~69 days

Recently: every ~121 days

Total

8

Last Release

3569d ago

Major Versions

0.1.4 → 1.0.12016-06-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/90cd0a373720aba510d144cf310f4b036ae8d79f1f7385d663ae20b87a3fb017?d=identicon)[pvbergen](/maintainers/pvbergen)

![](https://www.gravatar.com/avatar/43082de1b2e2b2b2d48b7ff7dbc7c60ff1d0a015123d4062ac0b49ea0b3b725f?d=identicon)[iqual](/maintainers/iqual)

---

Top Contributors

[![alex-oleshkevich](https://avatars.githubusercontent.com/u/635848?v=4)](https://github.com/alex-oleshkevich "alex-oleshkevich (12 commits)")[![silvanm](https://avatars.githubusercontent.com/u/477268?v=4)](https://github.com/silvanm "silvanm (1 commits)")

### Embed Badge

![Health badge](/badges/iqual-symfony-extra-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/iqual-symfony-extra-bundle/health.svg)](https://phpackages.com/packages/iqual-symfony-extra-bundle)
```

###  Alternatives

[ed/blog-bundle

Symfony EDBlogBundle

348.4k](/packages/ed-blog-bundle)[ecentria/ecentria-rest-bundle

Goal of this bundle is to simplify process of creating APIs with Symfony. We use already well-coded libraries, combine them together to simplify process and not to re-invent the wheel. We've chose REST and HATEOS to have unified standards of API requests and responses.

142.4k](/packages/ecentria-ecentria-rest-bundle)

PHPackages © 2026

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