Skip to content

👤 User registration, login, password retrieval and much more

License

Notifications You must be signed in to change notification settings

68publishers/user

Repository files navigation

⚠️ Warning! This package does not have active support, it exists only for the historical needs of the author.

User

Build Status Quality Score Coverage Status Total Downloads Latest Version on Packagist

The package adds support for a database-backed user system for Nette. It provides a user management that aims to handle common tasks such as user registration, login, password retrieval and much more.

Installation

The best way to install 68publishers/user is using Composer:

composer require 68publishers/user

Usage

// @todo

Rules for contributing

  • 1 PR per feature
  • PR with tests are more likely to be merged
  • tests and coding standard must pass
vendor/bin/tester ./tests -s
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run