Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pi-engine/user
- Owner: pi-engine
- License: bsd-3-clause
- Created: 2022-02-28T06:54:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T11:14:29.000Z (2 months ago)
- Last Synced: 2024-12-11T12:23:27.112Z (2 months ago)
- Topics: composer, laminas, laminas-module, laminas-mvc, php, pi-engine
- Language: PHP
- Homepage:
- Size: 617 KB
- Stars: 0
- Watchers: 6
- 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
```