idmarinas/user-bundle

Bundle to manage user basics without having to configure everything for each project, comes with a password reset and email verification system

Maintainers

๐Ÿ‘ IDMarinas

Package info

github.com/idmarinas/user-bundle

Type:symfony-bundle

pkg:composer/idmarinas/user-bundle

Fund package maintenance!

Paypal

Github-Sponsors

Statistics

Installs: 435

Dependents: 2

Suggesters: 0

Stars: 2

Open Issues: 1

2.1.1 2025-04-13 18:39 UTC

Suggests

None

Provides

None

Conflicts

Replaces

None

BSD-3-Clause a7b2ccd9c5efed63828e11c1056caf33682083bc

  • Ivรกn Diaz Marinas (IDMarinas) <35842929+idmarinas.woop@users.noreply.github.com>

useruser-bundlesymfony-bundle


README

IDMarinas User Bundle

๐Ÿ‘ GitHub release
๐Ÿ‘ GitHub Release Date

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


๐Ÿ‘ Test Suite
๐Ÿ‘ Quality Gate Status
๐Ÿ‘ Coverage
๐Ÿ‘ Technical Debt


๐Ÿ‘ Github commits (since latest release)
๐Ÿ‘ GitHub commit activity
๐Ÿ‘ GitHub last commit

Code analysis

๐Ÿ‘ Reliability Rating
๐Ÿ‘ Bugs
๐Ÿ‘ Security Rating
๐Ÿ‘ Vulnerabilities
๐Ÿ‘ Maintainability Rating
๐Ÿ‘ Code Smells
๐Ÿ‘ Duplicated Lines (%)

๐Ÿ–– Support

๐Ÿฉต If you like this project, give it a ๐ŸŒŸ and share it with your friends!

๐Ÿ‘ PayPal.Me - The safer, easier way to pay online!
๐Ÿ‘ Liberapay - Donate
๐Ÿ‘ Static Badge


๐Ÿ’พ Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

๐Ÿ’ช Applications that use Symfony Flex

Open a command console, enter your project directory and execute:

$ 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:

$ 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:

// config/bundles.php

return [
 // ...
 Idm\Bundle\User\IdmUserBundle::class => ['all' => true],
];

๐Ÿ–ฑ๏ธ Tech used in code

๐Ÿ‘ GitHub code size in bytes
๐Ÿ‘ PHP
๐Ÿ‘ Doctrine
๐Ÿ‘ Symfony

๐Ÿ› ๏ธ Tools used for create this project

๐Ÿ‘ Dependabot
๐Ÿ‘ GitHub Actions
๐Ÿ‘ Docker