PHPackages                             kurollo/saml-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. kurollo/saml-bundle

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

kurollo/saml-bundle
===================

The SamlBundle adds support for SAML 2.0 Service Provider in Symfony &gt;= 5.4

5.4(3y ago)173MITPHPPHP &gt;=7.2.5

Since Mar 11Pushed 3y agoCompare

[ Source](https://github.com/kurollo/SamlBundle)[ Packagist](https://packagist.org/packages/kurollo/saml-bundle)[ Docs](https://github.com/kurollo/SamlBundle)[ RSS](/packages/kurollo-saml-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Kurollo-SamlBundle for Symfony &gt;= 5.4
========================================

[](#kurollo-samlbundle-for-symfony--54)

The ***SamlBundle*** adds support for [***SAML 2.0 Service Provider***](https://simplesamlphp.org/ "simpleSAMLphp Web Page") in ***Symfony &gt;= 5.4***. It provides security listener that can be configured to authenticate users against one or more ***SAML Identity Providers***.

- [SimpleSAMLphp Installation and Configuration](https://simplesamlphp.org/docs/stable/simplesamlphp-install "Installation and Configuration");

License
-------

[](#license)

This bundle is under the MIT license. [***See the complete license in the bundle***](https://github.com/pdias/SamlBundle/blob/master/Resources/meta/LICENSE "SamlBundle License"):

```
Resources/meta/LICENSE

```

Install
-------

[](#install)

```
composer require kurollo/Saml-Bundle

```

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

[](#configuration)

add in services.yml

```
    ....

    PDias\SamlBundle\Controller\SecurityController:
    tags: [ 'controller.service_arguments' ]
    calls:
        - ['setContainer', ['@service_container', ContainerInterface]]

    ...

```

add in packages security.yml

```
secuirty:
    ...

    providres:

    ....
        samlservice:
            id: saml.service.user.provider
    ...

    firewall:
        saml_secured:
            pattern: ^/
            saml:
                provider: samlservice
                login_path: /login-saml
                check_path: /login-check-saml
                default_target_path: /
                always_use_default_target_path: true
            logout:
                path:   /logout-saml
                target: /
    ....

```

Documentation
-------------

[](#documentation)

[Getting Started With SimpleSamlPhp](https://simplesamlphp.org/docs/stable/index.html)

Credits
-------

[](#credits)

Thanks to ***Esmeralda Câmara*** from [FCCN](http://www.fccn.pt "Fundação para a Ciência e a Tecnologia").

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 89.4% 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 ~900 days

Total

4

Last Release

1384d ago

Major Versions

1.0 → 2.02018-01-25

2.0 → 3.02019-07-31

3.0 → 5.42022-08-02

PHP version history (2 changes)1.0PHP &gt;=5.2.4

5.4PHP &gt;=7.2.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/980a35fca75a7e2f61cf72dd9184b060824cb32e60a11f3f1029f9c6676c801b?d=identicon)[houssem](/maintainers/houssem)

---

Top Contributors

[![pdias](https://avatars.githubusercontent.com/u/1615884?v=4)](https://github.com/pdias "pdias (152 commits)")[![kurollo](https://avatars.githubusercontent.com/u/7980607?v=4)](https://github.com/kurollo "kurollo (14 commits)")[![berduj](https://avatars.githubusercontent.com/u/992510?v=4)](https://github.com/berduj "berduj (2 commits)")[![RonanSauvage](https://avatars.githubusercontent.com/u/11542862?v=4)](https://github.com/RonanSauvage "RonanSauvage (2 commits)")

---

Tags

symfonySSOsamlsimplesamlphpsimplesamlsaml-bundle

### Embed Badge

![Health badge](/badges/kurollo-saml-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kurollo-saml-bundle/health.svg)](https://phpackages.com/packages/kurollo-saml-bundle)
```

###  Alternatives

[onelogin/php-saml

PHP SAML Toolkit

1.3k44.0M107](/packages/onelogin-php-saml)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)[humanmade/wp-simple-saml

WordPress Simple SAML plugin

124284.7k2](/packages/humanmade-wp-simple-saml)[pdias/saml-bundle

The SamlBundle adds support for SAML 2.0 Service Provider in Symfony.

1626.3k](/packages/pdias-saml-bundle)[hslavich/simplesamlphp-bundle

SimpleSAMLphp Bundle for Symfony

22199.9k](/packages/hslavich-simplesamlphp-bundle)

PHPackages © 2026

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