enabel/user-bundle

Symfony User management

Installs: 1 695

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.11 2024-01-24 16:36 UTC

This package is auto-updated.

Last update: 2024-04-24 17:06:18 UTC


README

License SymfonyInsight

Introduction

The bundle aims to help with user management, including:

  • Forms (Login, SSO Azure)
  • Commands to generate, promote and demote users
  • A EasyAdmin interface to manage users

Installation & usage

You can check docs here

Versions & dependencies

The current version of the bundle works with Symfony 6.0+. The project follows SemVer.

You can check the changelog.

Contributing

Feel free to contribute, like sending pull requests to add features/tests or creating issues

Note there are a few helpers to maintain code quality, that you can run using these commands:

composer cs # Code style check
composer stan # Static analysis
vendor/bin/simple-phpunit # Run tests