2017 © Pedro PelĂĄez
 

symfony-bundle user-bundle

Symfony LchUserBundle

image

lch/user-bundle

Symfony LchUserBundle

  • Thursday, May 24, 2018
  • by lch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 107 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

LCH User Bundle

This bundle provide a minimalistic yet configurable user management fonr Symfony applications., (*1)

Installation

composer require lch/user-bundle

 Configuration

In a dedicated lch_user.yaml (for SF 3.4+ with flex) or classical config.yml, add following keys:, (*2)

lch_user:
  resetting_ttl: 86400 # optional  
  classes:
    user: App\Entity\User\User # Mandatory
    manager:  App\Manager\UserManager # optional
    mailer:  App\Util\Mailer # optional
    token_generator:  App\Util\TokenGenerator # optional    

This bundle provides utilities. This mean all rendering (templates, presentation, but also routing...) are up to you and you project specifities., (*3)

Usage

On your app, go to * /admin : login form, with reset password link * /registration : simple registration form, (*4)

Route override

Feel free to duplicate and edit @LchUserBundle/Resources/config/routing.yml to make you own routes edition., (*5)

Completely work in progress. See Roadmap to help., (*6)

The Versions

24/05 2018

dev-master

9999999-dev https://github.com/compagnie-hyperactive/UserBundle

Symfony LchUserBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matthieu LĂ©orat

user management

27/02 2018

dev-flex

dev-flex https://github.com/compagnie-hyperactive/UserBundle

Symfony LchUserBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matthieu LĂ©orat

user management