jsp/user-bundle

User Bundle - Use this User Bundle to get Users in your Symfony Application

0.1.24 2020-05-08 15:28 UTC

This package is auto-updated.

Last update: 2024-04-09 00:43:53 UTC


README

(c) 2019 by John_Sear

Symfony Bundle

This is a Symfony Bundle to use User with User Profile in your symfony application.
Be sure you are using symfony version 4.4.

This Bundle is still in Development. Some things can be broken ;-)

Installation

via CLI

Run `composer require jsp/user-bundle` command in cli to install source with Version 0.1

composer.json

Add following to your symfony application composer json file:

{
  "require": {
    "jsp/user-bundle": "*"
  }
}

Documentation

Documentation can be found here