Download the PHP package meuhmeuhconcept/security-bundle without Composer
On this page you can find all versions of the php package meuhmeuhconcept/security-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download meuhmeuhconcept/security-bundle
More information about meuhmeuhconcept/security-bundle
Files in meuhmeuhconcept/security-bundle
Download meuhmeuhconcept/security-bundle
More information about meuhmeuhconcept/security-bundle
Files in meuhmeuhconcept/security-bundle
Vendor meuhmeuhconcept
Package security-bundle
Short Description Provides user management for Symfony3 Project.
License MIT
Package security-bundle
Short Description Provides user management for Symfony3 Project.
License MIT
Please rate this library. Is it a good library?
Informations about the package security-bundle
SecurityBundle
Provides user management for Symfony3 Project.
CONFIGURATION
Typical config/packages/mmc_security.yaml
Typical config/packages/security.yaml
Connect security factory
In your src/Kernel.php
, add the folowing lines
Add login_check route
Don't forget to add this route to your config/routes.yaml
Logout
To enable logout, add this route
If you use lexit/jwt-authentication-bundle
Add this service in your project
Doctrine configuration
Create a config/packages/doctrine-extensions.yaml
with this content to enable Gedmo TimestampableListener
and add that configuration to your config/packages/doctrine.yaml
All versions of security-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>5.3.0
symfony/security-core Version ^5.0
symfony/polyfill-uuid Version ^1.15
gedmo/doctrine-extensions Version ^3.0
greg0ire/enum Version ^4.2
symfony/monolog-bundle Version ^3.6
symfony/security-core Version ^5.0
symfony/polyfill-uuid Version ^1.15
gedmo/doctrine-extensions Version ^3.0
greg0ire/enum Version ^4.2
symfony/monolog-bundle Version ^3.6
The package meuhmeuhconcept/security-bundle contains the following files
Loading the files please wait ....