Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kokspflanze/smalluser
Laminas Module for User
https://github.com/kokspflanze/smalluser
Last synced: about 2 months ago
JSON representation
Laminas Module for User
- Host: GitHub
- URL: https://github.com/kokspflanze/smalluser
- Owner: kokspflanze
- License: mit
- Created: 2014-08-10T22:25:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T21:32:44.000Z (2 months ago)
- Last Synced: 2024-10-28T22:27:55.637Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmallUser
Master
[![Build Status](https://travis-ci.org/kokspflanze/SmallUser.svg?branch=master)](https://travis-ci.org/kokspflanze/SmallUser)
[![Coverage Status](https://coveralls.io/repos/kokspflanze/SmallUser/badge.svg?branch=master)](https://coveralls.io/r/kokspflanze/SmallUser?branch=master)## SYSTEM REQUIREMENTS
requires PHP 7.2 or later.
## INSTALLATION
Installation of this module uses composer. For composer documentation, please refer to
[getcomposer.org](http://getcomposer.org/).```sh
php composer.phar require kokspflanze/small-user
# (When asked for a version, type `dev-master`)
```Then add `SmallUser` to your `config/application.config.php`.
Installation without composer is not officially supported and requires you to manually install all dependencies
that are listed in `composer.json`