PHPackages                             sinergi/users - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. sinergi/users

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

sinergi/users
=============

Users, groups, authentication management

20221[2 issues](https://github.com/sinergi/users/issues)PHP

Since Jul 8Pushed 9y ago2 watchersCompare

[ Source](https://github.com/sinergi/users)[ Packagist](https://packagist.org/packages/sinergi/users)[ RSS](/packages/sinergi-users/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Users](https://camo.githubusercontent.com/552b9bb3a469a186848de1e03f10f4f7337815604f771e5ab9903246e11aad3f/68747470733a2f2f63646e2e7261776769742e636f6d2f73696e657267692f75736572732f6d61737465722f75736572732d6c6f676f2e737667 "Users")](https://camo.githubusercontent.com/552b9bb3a469a186848de1e03f10f4f7337815604f771e5ab9903246e11aad3f/68747470733a2f2f63646e2e7261776769742e636f6d2f73696e657267692f75736572732f6d61737465722f75736572732d6c6f676f2e737667)
======================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#)

[![Build Status](https://camo.githubusercontent.com/76f47b48c1d238e0505f35c55126bc6a48985218d4b59db5b8e859989e5c41a7/68747470733a2f2f6170692e7472617669732d63692e6f72672f73696e657267692f75736572732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sinergi/users)[![StyleCI](https://camo.githubusercontent.com/5c55f3819d3cde47015165d29fe12ad37a3a4f6ffbec71337d2a2bf5de59e488/68747470733a2f2f7374796c6563692e696f2f7265706f732f31353435363731332f736869656c64)](https://styleci.io/repos/15456713)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c5f1f9a810791499328cee507f497732e4353edc19c9abb8880fe960ce2fb9b4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696e657267692f75736572732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sinergi/users/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/61ff04c9805f036b10bfdb8dceb50c5100dcb252fff54632c12e5e5e8ed2157b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696e657267692f75736572732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sinergi/users/?branch=master)[![Code Climate](https://camo.githubusercontent.com/85469cce3dff4ee790a14d33551d3a0ae95c91d69445aaae7791903b5d4d91d7/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f73696e657267692f75736572732f6261646765732f6770612e737667)](https://codeclimate.com/github/sinergi/users)[![Latest Stable Version](https://camo.githubusercontent.com/661c381393366a7d28fd2ce8ee55cc2ea71f16e4c580b8b3b462b69254bc7108/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696e657267692f75736572732e7376673f7374796c653d666c6174)](https://packagist.org/packages/sinergi/users)[![Total Downloads](https://camo.githubusercontent.com/e1c204213424019665c8a8ae2ca4a0dd9c1d5396c850ede234f4f89c69fbfc10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73696e657267692f75736572732e7376673f7374796c653d666c6174)](https://packagist.org/packages/sinergi/users)[![License](https://camo.githubusercontent.com/06082487fa7107165486711bacb64a50d81e33894b4741895f6b9374aeea1974/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73696e657267692f75736572732e7376673f7374796c653d666c6174)](https://packagist.org/packages/sinergi/users)[![SensioLabsInsight](https://camo.githubusercontent.com/e86e0008f753b9c5cce1128a4d3530c1a51eb884912520c7e80f3278fb528423/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34613963633965642d323264612d346630332d616131382d3963306332343330633762362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/4a9cc9ed-22da-4f03-aa18-9c0c2430c7b6)[![Join the chat at https://gitter.im/sinergi/users](https://camo.githubusercontent.com/0dd89f39f0923f1c324b0ae27cbaa59f89cdb517fd7b5ae3aab65f076666001c/68747470733a2f2f6261646765732e6769747465722e696d2f73696e657267692f75736572732e737667)](https://gitter.im/sinergi/users?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Users provide cross-framework user and group management, authentication and 2-step authentication, password reset and email verification.

Table Of Content
----------------

[](#table-of-content)

1. [Requirements](#requirements)
2. [Installation](#installation)
3. [License](#license-section)

Requirements
------------

[](#requirements)

This library uses PHP 7+.

Installation
------------

[](#installation)

It is recommended that you install the Users library [through composer](http://getcomposer.org/). To do so, run the Composer command to install the latest stable version of Users library.

```
composer require sinergi/users
```

License
-------

[](#license)

Users is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3b6bf01b626fd571d50bbbe004923f52f6cdd3f4e1ba97066ada146688524d6?d=identicon)[sinergi](/maintainers/sinergi)

---

Top Contributors

[![gabrielbull](https://avatars.githubusercontent.com/u/671923?v=4)](https://github.com/gabrielbull "gabrielbull (22 commits)")

### Embed Badge

![Health badge](/badges/sinergi-users/health.svg)

```
[![Health](https://phpackages.com/badges/sinergi-users/health.svg)](https://phpackages.com/packages/sinergi-users)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)[better-futures-studio/filament-local-logins

This is my package filament-local-logins

1334.6k](/packages/better-futures-studio-filament-local-logins)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
