msgphp/user-bundle
最新稳定版本:v0.15.1
Composer 安装命令:
composer require msgphp/user-bundle
包简介
Basic user management (the `User` domain)
关键字:
README 文档
README
msgphp/* repositories are not actively developed/supported anymore.
Use in production on your own risks.
If you want to do some hotfixes - please do PR directly in target repository instead of previous msgphp/msgphp monorepository
User Bundle
A new Symfony bundle for basic user management.
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
- Read the bundle documentation
- Try the Symfony demo application
- Get support on Symfony's Slack
#msgphpchannel or raise an issue
Contributing
统计信息
- 总下载量: 44.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-28