PHPackages                             mink67/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. [Security](/categories/security)
4. /
5. mink67/security\_bundle

ActiveLibrary[Security](/categories/security)

mink67/security\_bundle
=======================

1.0.8(3y ago)175MITPHP

Since Feb 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/michee1367/security_bundle)[ Packagist](https://packagist.org/packages/mink67/security_bundle)[ RSS](/packages/mink67-security-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (9)Versions (9)Used By (0)

Documentation
=============

[](#documentation)

Add the config file
-------------------

[](#add-the-config-file)

- Create file `mink67_security.yaml` in `config/packages` directory
- Add the following content in the file :

    ```
        mink67_security:
            jwk_url: "http://localhost:8081/auth/realms/RNA/protocol/openid-connect/certs"
            host: "http://localhost:8081"
            keycloak_realm: "realm"
            path_token: "auth/realms/master/protocol/openid-connect/token"
            keycloak_user_name: "admin"
            keycloak_pw: "admin"
            keycloak_client_secret: "xxx-xxx-xxx"
            keycloak_client_id: "admin-cli"

    ```

Add package
-----------

[](#add-package)

```
    $ composer require mink67/security_bundle

```

Add new provider and new firewalls in file `security.yaml` in `config/packages` directory
-----------------------------------------------------------------------------------------

[](#add-new-provider-and-new-firewalls-in-file-securityyaml-in-configpackages-directory)

```
```

    http://localhost:8081/auth/realms/pao/protocol/openid-connect/certs
    security:
        ...

        providers:
            ...
            oauth:
                id: Mink67\Security\User\OAuthUserProvider
            ...
        ...
    ...
    firewalls:
        ...
        api:
            pattern:   ^/api/
            provider: oauth
            stateless: true

        ...
    ...

```

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~25 days

Total

8

Last Release

1410d ago

### Community

Maintainers

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

---

Top Contributors

[![michee1367](https://avatars.githubusercontent.com/u/63645022?v=4)](https://github.com/michee1367 "michee1367 (12 commits)")

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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