kokspflanze / small-user
Laminas Module for User
Installs: 3 216
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^7.3 || ^8.0.1
- doctrine/doctrine-orm-module: ^3.0.2 || ^4.0.0 || ^5.0.0 || ^6.0.0
- kokspflanze/bjy-authorize: ^2.0
- laminas/laminas-crypt: ^3.0
- laminas/laminas-filter: ^2.9
- laminas/laminas-hydrator: ^3.0 || ^4.0
- laminas/laminas-mvc: ^3.0
- laminas/laminas-servicemanager: ^3.0
- laminas/laminas-stdlib: ^3.0
- laminas/laminas-view: ^2.5
Requires (Dev)
- laminas/laminas-db: ^2.9.3
- phpunit/phpunit: ^7.5.18
README
SYSTEM REQUIREMENTS
requires PHP 7.2 or later.
INSTALLATION
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
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