Download the PHP package runroom-packages/user-bundle without Composer
On this page you can find all versions of the php package runroom-packages/user-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download runroom-packages/user-bundle
More information about runroom-packages/user-bundle
Files in runroom-packages/user-bundle
Package user-bundle
Short Description Manage admin users for Sonata
License MIT
Homepage https://github.com/runroom/RunroomUserBundle
Informations about the package user-bundle
RunroomUserBundle
This bundle is inspired and replaces SonataUserBundle to have a working solution for Symfony 5 with the new authentication mechanism. It also picks some features of FOSUserBundle and classes generated by the SymfonyMakerBundle.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php
file of your project:
Update doctrine schema
Finally, execute doctrine schema update to create the new tables:
Contribute
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
License
This bundle is under the MIT license.
All versions of user-bundle with dependencies
doctrine/dbal Version ^3.6 || ^4.0
doctrine/doctrine-bundle Version ^2.10
doctrine/orm Version ^2.19 || ^3.2
doctrine/persistence Version ^3.1
psr/container Version ^1.1 || ^2.0
sonata-project/admin-bundle Version ^4.25
symfony/asset Version ^6.4 || ^7.1
symfony/config Version ^6.4 || ^7.1
symfony/dependency-injection Version ^6.4 || ^7.1
symfony/doctrine-bridge Version ^6.4 || ^7.1
symfony/form Version ^6.4 || ^7.1
symfony/framework-bundle Version ^6.4 || ^7.1
symfony/http-foundation Version ^6.4 || ^7.1
symfony/http-kernel Version ^6.4 || ^7.1
symfony/options-resolver Version ^6.4 || ^7.1
symfony/password-hasher Version ^6.4 || ^7.1
symfony/routing Version ^6.4 || ^7.1
symfony/security-bundle Version ^6.4 || ^7.1
symfony/security-core Version ^6.4 || ^7.1
symfony/security-http Version ^6.4 || ^7.1
symfony/translation Version ^6.4 || ^7.1
symfony/twig-bundle Version ^6.4 || ^7.1
symfony/validator Version ^6.4 || ^7.1
twig/twig Version ^3.14