https://github.com/idmarinas/user-bundle
A User Bundle to manage user basics without having to configure everything for each project, comes with a password reset and email verification system.
https://github.com/idmarinas/user-bundle
symfony-bundle symfony6 symfony7 user user-management
Last synced: 2 months ago
JSON representation
A User Bundle to manage user basics without having to configure everything for each project, comes with a password reset and email verification system.
- Host: GitHub
- URL: https://github.com/idmarinas/user-bundle
- Owner: idmarinas
- License: bsd-3-clause
- Created: 2023-12-20T12:53:13.000Z (over 1 year ago)
- Default Branch: 2.x
- Last Pushed: 2025-04-13T18:51:15.000Z (2 months ago)
- Last Synced: 2025-04-14T04:14:51.182Z (2 months ago)
- Topics: symfony-bundle, symfony6, symfony7, user, user-management
- Language: PHP
- Homepage: https://idmarinas.github.io/user-bundle/
- Size: 680 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# IDMarinas User Bundle

> A User Bundle to manage user basics without having to configure everything for each project, comes with a password
> reset and email verification system. See [Docs]
[](https://github.com/idmarinas/user-bundle/actions/workflows/php.yml)
[](https://sonarcloud.io/summary/new_code?id=idmarinas_user-bundle)
[][sonarcloud]
[][sonarcloud]


#### Code analysis
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]> ## 🖖 Support
>
> 🩵 If you like this project, give it a 🌟 and share it with your friends!
>
> [](https://www.paypal.me/idmarinas)
> [](https://liberapay.com/IDMarinas/donate)
> [](https://github.com/sponsors/idmarinas)
# 💾 Installation
Make sure Composer is installed globally, as explained in the
[installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.## 💪 Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
```console
$ composer require idmarinas/user-bundle
```## 🚫 Applications that don't use Symfony Flex
### Step 1️⃣: Download the Bundle
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:```console
$ composer require idmarinas/user-bundle
```### Step2️⃣: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the `config/bundles.php` file of your project:```php
// config/bundles.phpreturn [
// ...
Idm\Bundle\User\IdmUserBundle::class => ['all' => true],
];
```## 🖱️ Tech used in code

[](https://www.php.net)
[](https://www.doctrine-project.org)
[](https://www.symfony.com)## 🛠️ Tools used for create this project

[](https://github.com/features/actions)
[](https://www.docker.com)[Docs]: https://idmarinas.github.io/user-bundle/index_md.html
[sonarcloud]: https://sonarcloud.io/dashboard?id=idmarinas_user-bundle