bkstg / fos-user-bundle
Provides users for the backstage using the FOS user bundle.
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- bkstg/core-bundle: ^2.0
- friendsofsymfony/user-bundle: ^2.0
- midnightluke/group-security-bundle: ^1.0@beta
- midnightluke/php-units-of-measure-bundle: ^1.0@beta
- symfony/framework-bundle: ^3.3||^4.0
- symfony/swiftmailer-bundle: ^3.2
Requires (Dev)
- phpunit/phpunit: ^7.4
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-11-06 01:28:01 UTC
README
The backstage fos user bundle provides a user provider for the backstage core bundle, based on the popular FOS user bundle. If this is your first time installing the backstage please consider using the standard distribution instead.
Requirements
This bundle relies on several contributed bundles to function, these are required in the composer.json for this bundle but will require you to configure them correctly (see the standard distribution for default configurations):
- friendsofsymfony/user-bundle
- midnightluke/group-security-bundle
- midnightluke/php-units-of-measure-bundle
Additionally this bundle (and all backstage bundles) requires the doctrine ORM to function, providing entities and configuration to work with these bundles, as well as the twig templating engine.
Documentation
- User documentation: managing users, roles, etc.
- Developer documentation: installation, configuration, etc.