runroom / user-bundle
SonataUserBundle fork to restore compatibility with PHP 5.6 and 7.0
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 17 883
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 9
Forks: 488
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- friendsofsymfony/user-bundle: ^2.0
- sonata-project/admin-bundle: ^3.1
- sonata-project/core-bundle: ^3.2
- sonata-project/datagrid-bundle: ^2.2.1
- sonata-project/doctrine-extensions: ^1.0
- sonata-project/easy-extends-bundle: ^2.2
- swiftmailer/swiftmailer: ^4.3 || ^5.0 || ^6.0
- symfony/console: ^2.8 || ^3.2 || ^4.0
- symfony/form: ^2.8 || ^3.2 || ^4.0
- symfony/http-foundation: ^2.8 || ^3.2 || ^4.0
- symfony/security-acl: ^2.8 || ^3.0
- symfony/security-core: ^2.8 || ^3.2 || ^4.0
- symfony/translation: ^2.8 || ^3.2 || ^4.0
Requires (Dev)
- doctrine/orm: ^2.0
- friendsofsymfony/rest-bundle: ^1.5 || ^2.0
- jms/serializer-bundle: ^0.13 || ^1.0
- matthiasnoback/symfony-config-test: ^2.1
- matthiasnoback/symfony-dependency-injection-test: ^1.1
- nelmio/api-doc-bundle: ^2.4
- sonata-project/block-bundle: ^3.2
- sonata-project/google-authenticator: ^1.0 || ^2.0
- sonata-project/seo-bundle: ^2.0
- symfony/phpunit-bridge: ^4.0
Suggests
- friendsofsymfony/rest-bundle: For using the public API methods.
- jms/serializer: For using the public API methods.
- nelmio/api-doc-bundle: For using the public API methods.
- sonata-project/doctrine-orm-admin-bundle: ^3.0
- sonata-project/google-authenticator: For google auth user login
- sonata-project/seo-bundle: For SEO breadcrumb block service usage
Conflicts
- friendsofsymfony/rest-bundle: <1.1
- jms/serializer: <0.13 || >=2.0
- nelmio/api-doc-bundle: <2.4
- sonata-project/block-bundle: <3.2
- sonata-project/doctrine-orm-admin-bundle: <3.0
- sonata-project/google-authenticator: <1.0
- sonata-project/seo-bundle: <2.0
README
This fork is an extension of Sonata User Bundle 4.x branch, which is only compatible with :
- PHP
^7.1
- Symfony
^2.8
,^3.2
and^4.0
It's purpose is to restore the bundle's compatibility with the following PHP versions:
- PHP
^5.6
and^7.0
To use it, simply replace "sonata-project/user-bundle": "^4.1"
by "runroom/user-bundle": "4.x-dev"
in your composer.json
file and run composer update
.
Sonata User Bundle
Symfony SonataUserBundle
Documentation
Check out the documentation on the official website.
Support
For general support and questions, please use StackOverflow.
If you think you found a bug or you have a feature idea to propose, feel free to open an issue after looking at the contributing guide.
License
This package is available under the MIT license.