Skip to content

[READ-ONLY] Provides low level security integration layer for Symfony and a user-groups-permissions Doctrine ORM mapped domain model.

Notifications You must be signed in to change notification settings

modera/ModeraSecurityBundle

Repository files navigation

ModeraSecurityBundle

Provides low level security integration layer for Symfony and a user-groups-permissions Doctrine ORM mapped domain model.

Installation

Step 1: Download the Bundle

composer require modera/security-bundle:4.x-dev

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 2: Enable the Bundle

This bundle should be automatically enabled by Flex. In case you don't use Flex, you'll need to manually enable the bundle by adding the following line in the config/bundles.php file of your project:

<?php
// config/bundles.php

return [
    // ...
    Modera\SecurityBundle\ModeraSecurityBundle::class => ['all' => true],
];

Licensing

This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE

About

[READ-ONLY] Provides low level security integration layer for Symfony and a user-groups-permissions Doctrine ORM mapped domain model.

Resources

Stars

Watchers

Forks

Packages

No packages published