carcel / user-bundle
A ready to use UserBundle
Installs: 381
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1
- doctrine/orm: ^2.5
- friendsofsymfony/user-bundle: ^2.0
- symfony/framework-bundle: ^3.4
- symfony/security: ^3.4
- symfony/swiftmailer-bundle: ^3.1
- symfony/translation: ^3.4
- symfony/validator: ^3.4
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^2.3
- friendsofphp/php-cs-fixer: ^2.0
- phpmd/phpmd: ^2.4
- phpspec/phpspec: ^4.0
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^3.0
This package is not auto-updated.
Last update: 2020-02-21 17:03:42 UTC
README
CarcelUserBundle is a ready to use user management system for Symfony 4 applications, using Doctrine ORM for database storage.
It provides all the elements you need out of the box, yet let you the possibility to customize it at your liking.
This bundle is build upon the FOSUserBundle.
Contributing
There is still much to do for this bundle. Please have a look at the list of issues. If you are interested by an issue, don't hesitate to leave a comment to take contact.
If you encountered a bug or miss a functionality, don't hesitate to raise an issue, but please make sure there is not already a similar one.
Installation and configuration
Please follow carefully the steps described in the installation section.
License
This repository is under the MIT license. See the complete license in the LICENSE
file.