Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msgphp/user-bundle
A new Symfony user bundle
https://github.com/msgphp/user-bundle
cli cqrs doctrine domain-driven-design event-sourcing message-driven php php7 security symfony-bundle twig user-management uuid
Last synced: 27 days ago
JSON representation
A new Symfony user bundle
- Host: GitHub
- URL: https://github.com/msgphp/user-bundle
- Owner: msgphp
- License: mit
- Created: 2017-10-28T12:35:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T22:03:23.000Z (about 1 year ago)
- Last Synced: 2024-04-24T22:01:31.315Z (9 months ago)
- Topics: cli, cqrs, doctrine, domain-driven-design, event-sourcing, message-driven, php, php7, security, symfony-bundle, twig, user-management, uuid
- Language: PHP
- Homepage: https://github.com/msgphp/msgphp
- Size: 238 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-1.0-dev.md
- License: LICENSE
Awesome Lists containing this project
README
# NOT ACTIVELY SUPPORTED ANY MORE!!
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.
[![Latest Stable Version][packagist:img]][packagist]
# Installation
```bash
composer require msgphp/user-bundle
```# Configuration
```php
extension('msgphp_user', [
'class_mapping' => [
User::class => \App\Entity\User::class,
],
]);
};
```## Feeling Lazy?
```bash
composer require maker --dev
bin/console make:user:msgphp
```# Documentation
- Read the [bundle documentation](https://msgphp.github.io/docs/cookbook/user-bundle/installation/)
- Try the Symfony [demo application](https://github.com/msgphp/symfony-demo-app)
- Get support on [Symfony's Slack `#msgphp` channel](https://symfony.com/slack-invite) or [raise an issue](https://github.com/msgphp/msgphp/issues/new)# Contributing
[packagist]: https://packagist.org/packages/msgphp/user-bundle
[packagist:img]: https://img.shields.io/packagist/v/msgphp/user-bundle.svg?style=flat-square