modera/mjr-security-integration-bundle
Bundle provides integration layer which is necessary to make MJR to be security aware.
Maintainers
Package info
github.com/modera/ModeraMJRSecurityIntegrationBundle
Type:symfony-bundle
pkg:composer/modera/mjr-security-integration-bundle
Requires
- php: >=7.4
- doctrine/orm: ^2.5
- modera/expander-bundle: ^5.0
- modera/foundation-bundle: ^5.0
- modera/mjr-integration-bundle: ^5.0
- modera/security-bundle: ^5.0
Requires (Dev)
- phake/phake: ^4.0
- phpunit/phpunit: ^6.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT bdd518a2e4e9f6f40524ec6ddbfb19bd6986e56b
- Sergei Lissovski <sergei.lissovski.woop@modera.org>
- Sergei Vizel <sergei.vizel.woop@modera.org>
README
Bundle provides integration layer which is necessary to make MJR to be security aware (authentication, authorization).
Installation
Step 1: Download the Bundle
composer require modera/mjr-security-integration-bundle:5.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\MJRSecurityIntegrationBundle\ModeraMJRSecurityIntegrationBundle::class => ['all' => true], ];
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE
