Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.
 
 

Repository files navigation

User Bundle

A new Symfony bundle for basic user management.

Latest Stable Version

Installation

composer require msgphp/user-bundle

Configuration

<?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,
        ],
    ]);
};

Feeling Lazy?

composer require maker --dev
bin/console make:user:msgphp

Documentation

Contributing

This repository is READ ONLY. Issues and pull requests should be submitted in the main development repository.

For some reasons original msgphp/* repositories was was marked as archived by an administrator on Jun 29, 2023. It is no longer maintained. Since we are using this bundles in production - we created mirror msgphp2/* Feel free to use and contibute!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages