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: 12 months ago
JSON representation
Api base authentication and user management module via laminas and pi
- Host: GitHub
- URL: https://github.com/pi-engine/user
- Owner: pi-engine
- License: bsd-3-clause
- Created: 2022-02-28T06:54:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T08:59:11.000Z (about 1 year ago)
- Last Synced: 2025-06-05T03:58:15.501Z (12 months ago)
- Topics: composer, laminas, laminas-module, laminas-mvc, php, pi-engine
- Language: PHP
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```