Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days ago
JSON representation
👤 User registration, login, password retrieval and much more
- Host: GitHub
- URL: https://github.com/68publishers/user
- Owner: 68publishers
- License: mit
- Created: 2016-12-06T13:45:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T01:50:45.000Z (3 months ago)
- Last Synced: 2024-09-30T17:04:45.608Z (about 1 month ago)
- Topics: bundle, extension, nette, nette-extension, nette-framework
- Language: PHP
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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