PHPackages                             libre-informatique/security-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. libre-informatique/security-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

libre-informatique/security-bundle
==================================

Managing security rules and access controls

0.2(9y ago)053GNU-GPLPHPPHP &gt;=5.3.0

Since Dec 2Pushed 8y ago2 watchersCompare

[ Source](https://github.com/libre-informatique/SecurityBundle)[ Packagist](https://packagist.org/packages/libre-informatique/security-bundle)[ Docs](https://github.com/libre-informatique/SymfonyLibrinfoSecurityBundle)[ RSS](/packages/libre-informatique-security-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (4)Used By (0)

**This project has been abandoned and is no longer maintained.**you should use

SymfonyLibrinfoSecurityBundle
=============================

[](#symfonylibrinfosecuritybundle)

Managing security rules and access controls

The "libre-informatique" bundles
--------------------------------

[](#the-libre-informatique-bundles)

```
    // ...
    public function registerBundles()
    {
        $bundles = array(
            // before Librinfo bundles
            new JMS\AopBundle\JMSAopBundle(),
            new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
            new JMS\DiExtraBundle\JMSDiExtraBundle($this),

            // After...
            new Librinfo\SecurityBundle\LibrinfoSecurityBundle(),
            // ...
        );
    }
```

Configuration
-------------

[](#configuration)

### General configuration

[](#general-configuration)

You should have this kind of configuration in `app/config.security.yml` :

```
# app/config/security.yml

security:
    encoders:
        FOS\UserBundle\Model\UserInterface: bcrypt

    providers:
        fos_userbundle:
            id: fos_user.user_provider.username_email

    firewalls:
        dev:
            pattern:  ^/(_(profiler|wdt)|css|images|js)/
            security: false
        main:
            pattern: ^/
            form_login:
                provider: fos_userbundle
                csrf_provider: security.csrf.token_manager # Use form.csrf_provider instead for Symfony loadSecurityYml(__DIR__ . '/../Resources/config/security.yml');
    // ...
}

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

2

Last Release

3403d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bbce846c0d9bbaf3fc4f62538f638bb1f093d651e1bca9c0c6e0d97645286f8?d=identicon)[beta](/maintainers/beta)

![](https://avatars.githubusercontent.com/u/16222295?v=4)[Marcos Bezerra de Menezes](/maintainers/marcoslibre)[@marcoslibre](https://github.com/marcoslibre)

![](https://www.gravatar.com/avatar/928e77bd50201c2a30df571e6ff90c01a8cdfe29eec21f57fb7c143ba7c1a35e?d=identicon)[RomainSanchez](/maintainers/RomainSanchez)

![](https://www.gravatar.com/avatar/fc3ab5e7bcedd6769ea7ea27b9b65157b62b4b127296dd6762388d400193b054?d=identicon)[BlastCI](/maintainers/BlastCI)

---

Top Contributors

[![sentinellesduweb](https://avatars.githubusercontent.com/u/53866807?v=4)](https://github.com/sentinellesduweb "sentinellesduweb (8 commits)")[![NicolasSdw](https://avatars.githubusercontent.com/u/15262688?v=4)](https://github.com/NicolasSdw "NicolasSdw (7 commits)")[![PapsOu](https://avatars.githubusercontent.com/u/5792207?v=4)](https://github.com/PapsOu "PapsOu (4 commits)")[![betaglop](https://avatars.githubusercontent.com/u/5788263?v=4)](https://github.com/betaglop "betaglop (2 commits)")[![FanchTheSystem](https://avatars.githubusercontent.com/u/882203?v=4)](https://github.com/FanchTheSystem "FanchTheSystem (1 commits)")[![RomainSanchez](https://avatars.githubusercontent.com/u/18164227?v=4)](https://github.com/RomainSanchez "RomainSanchez (1 commits)")

---

Tags

symfonysonatae-venementlibio

### Embed Badge

![Health badge](/badges/libre-informatique-security-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/libre-informatique-security-bundle/health.svg)](https://phpackages.com/packages/libre-informatique-security-bundle)
```

###  Alternatives

[web-token/jwt-library

JWT library

2013.9M122](/packages/web-token-jwt-library)[scheb/2fa-backup-code

Extends scheb/2fa-bundle with backup codes support

183.9M36](/packages/scheb-2fa-backup-code)[nucleos/profile-bundle

Registration and profile management for symfony

12230.0k1](/packages/nucleos-profile-bundle)[adactive-sas/saml2-bridge-bundle

Symfony bundle that provide a SAML Identity Provider (idp).

113.5k](/packages/adactive-sas-saml2-bridge-bundle)

PHPackages © 2026

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