jsp / user-bundle
User Bundle - Use this User Bundle to get Users in your Symfony Application
Package info
bitbucket.org/john_sear-symfony/user-bundle
Type:symfony-bundle
pkg:composer/jsp/user-bundle
0.1.24
2020-05-08 15:28 UTC
Requires
- php: ^7.2
- jsp/logging-entity-bundle: ^0.1.4
- jsp/utilities: 0.1.*
- ramsey/uuid-doctrine: ^1.6
- sensio/framework-extra-bundle: ^5.5
- symfony/form: 4.4.*
- symfony/intl: 4.4.*
- symfony/orm-pack: ^1.0
- symfony/security-bundle: ^4.4
- symfony/translation: 4.4.*
- symfony/validator: ^4.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
(c) 2019 by John_Sear
Symfony Bundle
This is a Symfony Bundle to use User with User Profile in your symfony application.
Be sure you are using symfony version 4.4.
This Bundle is still in Development. Some things can be broken ;-)
Installation
via CLI
Run `composer require jsp/user-bundle` command in cli to install source with Version 0.1
composer.json
Add following to your symfony application composer json file:
{
"require": {
"jsp/user-bundle": "*"
}
}
Documentation
Documentation can be found here