awurth / silex-user
This package is abandoned and no longer maintained.
No replacement package was suggested.
Provides user management for your Silex project
1.0.3
2018-01-01 12:37 UTC
Requires
- php: ^5.5.9|>=7.0.8
- silex/silex: ^2.2
- symfony/doctrine-bridge: ^3.3
- symfony/form: ^3.3
- symfony/security: ^3.3
- symfony/twig-bridge: ^3.3
- symfony/validator: ^3.3
Requires (Dev)
Suggests
- dflydev/doctrine-orm-service-provider: An implementation of the Doctrine ORM for Silex
- saxulum/saxulum-doctrine-mongodb-odm-manager-registry-provider: Adds support for the Unique validator for MongoDB documents
- saxulum/saxulum-doctrine-mongodb-odm-provider: An implementation of the Doctrine MongoDB ODM for Silex
- saxulum/saxulum-doctrine-orm-manager-registry-provider: Adds support for the UniqueEntity validator and more
- swiftmailer/swiftmailer: Use SwiftMailer for sending emails
README
The Silex User Provider adds support for a user system in Silex. It provides a flexible framework for user management that aims to handle common tasks such as user registration and authentication.
Features include:
- Users can be stored via Doctrine ORM or MongoDB ODM
- Registration support, with an optional confirmation per email
- Unit tested
Inspired by FOS User Bundle.
See awurth/silex for an example implementation.
Documentation
The documentation is available on the project's website
Installation
All the installation instructions are located in the documentation.
License
This library is under the MIT license. See the complete license in the LICENSE file.