Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkurc1/userbundle
Symfony User Bundle
https://github.com/mkurc1/userbundle
Last synced: 8 days ago
JSON representation
Symfony User Bundle
- Host: GitHub
- URL: https://github.com/mkurc1/userbundle
- Owner: mkurc1
- License: mit
- Created: 2018-05-23T15:06:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T20:55:46.000Z (over 5 years ago)
- Last Synced: 2024-03-01T20:34:22.685Z (9 months ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security/LoginFormAuthenticator.php
Awesome Lists containing this project
README
# UserBundle
Symfony User Bundle. The bundle allow in easy way to manage user and security in Symfony 4.2.
## Configure
Require the bundle with composer:
$ composer require mkurc1/user-bundle
Add vendor into config/bundles.php:
['all' => true],
// ...
];
Create your User class: