kimai / user-bundle
Kimai UserBundle
Installs: 36 521
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 4
Type:symfony-bundle
Requires
- php: >=7.3 || 8.1.*
- paragonie/random_compat: ^1 || ^2 || ^9
- symfony/form: ^4.4
- symfony/framework-bundle: ^4.4
- symfony/security-bundle: ^4.4
- symfony/translation: ^4.4
- symfony/twig-bundle: ^4.4
- symfony/validator: ^4.4
Requires (Dev)
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.7
- phpstan/phpstan: ^1.0
- phpstan/phpstan-doctrine: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-symfony: ^1.0
- phpunit/phpunit: ^4.8.35 || ^5.7.11 || ^6.5 || ^8.0 || ^9.0
- swiftmailer/swiftmailer: ^4.3 || ^5.0 || ^6.0
- symfony/console: ^4.0
- symfony/yaml: ^4.0
README
THIS IS NOT A BUNDLE/PLUGIN FOR KIMAI 2 - DO NOT TRY TO INSTALL IT MANUALLY!
This is internal code, which is shipped automatically with Kimai.
So what is it?
It is a fork from the FOSUserBundle, which provides basic user management functionality like the "user registration" or "password forgotten" feature.
It was forked, to ...
- allow full compatibility with Kimai 2 and current Symfony version
- remove deprecations and BC layers
- have a proper tagged version instead of the master branch and get rid of the dying dependency FOSUserBundle
This repo might be used by other apps, but it is not meant to be. No BC guaranteed in the future! No support provided whatsoever.
Changed logic: read CHANGELOG
Outstanding changes
The following tasks are planned for the next version:
- Remove unused controllers, templates and routes
- Remove mailer
- Move mail listener to project
License
This bundle is under the MIT license. See the complete license in the bundle