Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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