Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pi-engine/user

Api base authentication and user management module via laminas and pi
https://github.com/pi-engine/user

composer laminas laminas-module laminas-mvc php pi-engine

Last synced: about 2 months ago
JSON representation

Api base authentication and user management module via laminas and pi

Awesome Lists containing this project

README

        

# User module

Api base authentication and user management via laminas and pi engine

## 1. Important note

This is the first stable version of the user module, you can install it on production projects now, we will
work on improvement and testing this module in the next weeks

## 2. Installation

Follow the below steps to install the module via composer

### Step 1

Run the following to install this library:

```bash
$ composer require pi/user
```

### Step 2

Edit `config\modules.config.php` and add `'User'` end of array, for example like this

```