PHPackages                             minimaloriginal/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. minimaloriginal/security-bundle

ActiveSymfony-bundle[Security](/categories/security)

minimaloriginal/security-bundle
===============================

The security bundle for Minimal

06HTML

Since Oct 11Pushed 8y agoCompare

[ Source](https://github.com/MinimalOriginal/MinimalOriginal-SecurityBundle)[ Packagist](https://packagist.org/packages/minimaloriginal/security-bundle)[ RSS](/packages/minimaloriginal-security-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

MinimalOriginal SecurityBundle
==============================

[](#minimaloriginal-securitybundle)

The security bundle for Minimal

Command to launch
=================

[](#command-to-launch)

bin/console fos:user:create testuser  p@ssword --super-admin

Register bundle
===============

[](#register-bundle)

$bundles = \[ ... new FOS\\UserBundle\\FOSUserBundle(), new MinimalOriginal\\SecurityBundle\\MinimalSecurityBundle(), \];

Register routes
===============

[](#register-routes)

minimal\_security: resource: "@MinimalSecurityBundle/Resources/config/routing.yml" prefix: /

Security configuration
======================

[](#security-configuration)

security: encoders: MinimalOriginal\\SecurityBundle\\Entity\\User: bcrypt

```
role_hierarchy:
    ROLE_ADMIN:       ROLE_USER
    ROLE_SUPER_ADMIN: ROLE_ADMIN

providers:
    minimal_security:
        id: fos_user.user_provider.username_email

firewalls:
    main:
        pattern: ^/
        form_login:
            provider: minimal_security
            csrf_token_generator: security.csrf.token_manager
            # if you are using Symfony < 2.8, use the following config instead:
            # csrf_provider: form.csrf_provider

        logout:       true
        anonymous:    true

access_control:
    - { path: ^/login$, role: IS_AUTHENTICATED_ANONYMOUSLY }
    - { path: ^/register, role: IS_AUTHENTICATED_ANONYMOUSLY }
    - { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY }
    - { path: ^/admin/, role: ROLE_USER }

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://www.gravatar.com/avatar/b68886b7791d07157fb361133bc71ccc5decc0306cd99843795650f361f31ab8?d=identicon)[MinimalOriginal](/maintainers/MinimalOriginal)

### Embed Badge

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

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

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[roave/security-advisories

Prevents installation of composer packages with known security vulnerabilities: no API, simply require it

2.9k97.3M6.4k](/packages/roave-security-advisories)[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41278.1M118](/packages/robrichards-xmlseclibs)[bjeavons/zxcvbn-php

Realistic password strength estimation PHP library based on Zxcvbn JS

86917.5M63](/packages/bjeavons-zxcvbn-php)[enlightn/security-checker

A PHP dependency vulnerabilities scanner based on the Security Advisories Database.

33732.2M110](/packages/enlightn-security-checker)

PHPackages © 2026

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