silex-simpleuser
silex-simpleuser copied to clipboard
A simple, extensible, database-backed user provider for the Silex security service.
I had a project written in Silex 2.0 that I wanted to use SimpleUser with. Given that this project no longer appears to be being maintained, I have forked a...
MongoDB?
Hi, Does anyone know if this works with MongoDB? If so, how to set it up? Kind regards, Sid
Hi, i have created an extended User and addeda number of custom fields as described in the tutorial. I found that the custom fields were not being stored in the...
This will automatically add some commands for user managment to the console if installed. You need something like the saxulum-console to get this enabled. It will check the avability of...
Are there any samples that silex-simpleuser can be integrated with an oAuth?
We should migrate all the twig pages to other project (similar https://github.com/jasongrimes/silex-simpleuser-demo) or something like that. This project only should have the libraries to work and connect with the database.
Better: ``` Roles Id Name ``` ``` Users Delete Columns Roles ``` ``` UserRoles RoleId UserId ```
Here is my Cmd-Log: ``` composer require jasongrimes/silex-simpleuser Using version ^2.0 for jasongrimes/silex-simpleuser ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could...
More specifically: - adding dependency to TranslationServiceProvider in composer.json - creating translation messages files under src/SimpleUser/translations/{cultureCode}/* - loading translation files in src/SimpleUser/UserServiceProvider.php - externalizing strings in all templates to translation...