For some reason original msgphp/* repositories were marked as archived by an administrator on Jun 29, 2023 and not available any more. Since we are using this bundles in production - we created mirror msgphp2/* Feel free to use and contibute!
A new Symfony bundle for basic user management.
composer require msgphp2/user-bundle<?php
// config/packages/msgphp_user.php
use MsgPhp\User\User;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
return function (ContainerConfigurator $container) {
$container->extension('msgphp_user', [
'class_mapping' => [
User::class => \App\Entity\User::class,
],
]);
};composer require maker --dev
bin/console make:user:msgphp- Read the bundle documentation
- Try the Symfony demo application
- Get support on Symfony's Slack
#msgphpchannel or raise an issue