Provides user management for your Nette project.

v0.5.0 2023-01-06 01:52 UTC

This package is auto-updated.

Last update: 2024-04-06 05:58:03 UTC


README

⚠️ 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