Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/68publishers/user

👤 User registration, login, password retrieval and much more
https://github.com/68publishers/user

bundle extension nette nette-extension nette-framework

Last synced: 2 days ago
JSON representation

👤 User registration, login, password retrieval and much more

Awesome Lists containing this project

README

        

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

# User

[![Build Status][ico-travis]][link-travis]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Total Downloads][ico-downloads]][link-downloads]
[![Latest Version on Packagist][ico-version]][link-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:

```bash
composer require 68publishers/user
```

## Usage

```php
// @todo
```

## Rules for contributing

- **1 PR per feature**
- PR with tests are more likely to be merged
- **tests and coding standard must pass**

```bash
vendor/bin/tester ./tests -s
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
```

[ico-version]: https://img.shields.io/packagist/v/68publishers/user.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/68publishers/user/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/68publishers/user.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/68publishers/user.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/68publishers/user.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/68publishers/user
[link-travis]: https://travis-ci.org/68publishers/user
[link-scrutinizer]: https://scrutinizer-ci.com/g/68publishers/user/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/68publishers/user
[link-downloads]: https://packagist.org/packages/68publishers/user