https://github.com/devture/silex-user-bundle
Silex bundle that provides user management, authentication and authorization.
https://github.com/devture/silex-user-bundle
Last synced: 8 days ago
JSON representation
Silex bundle that provides user management, authentication and authorization.
- Host: GitHub
- URL: https://github.com/devture/silex-user-bundle
- Owner: devture
- License: bsd-3-clause
- Created: 2013-12-30T08:28:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T09:03:27.000Z (over 3 years ago)
- Last Synced: 2024-09-18T18:09:35.612Z (7 months ago)
- Language: PHP
- Size: 126 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Silex User Bundle
[Silex](https://github.com/silexphp/Silex) bundle that provides user management, authentication and authorization.
Features:
- supports both [MongoDB](http://www.mongodb.org/) and relational databases
- allows protecting Silex named routes (based on user role definitions)
- allows protecting routes via custom logic