PHPackages                             geniv/nette-identity-authenticator - 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. geniv/nette-identity-authenticator

ActiveLibrary

geniv/nette-identity-authenticator
==================================

Identity authenticator class for Nette Framework

v1.1.4(7y ago)0822MITPHPPHP &gt;=7.0.0

Since Feb 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/geniv/nette-identity-authenticator)[ Packagist](https://packagist.org/packages/geniv/nette-identity-authenticator)[ RSS](/packages/geniv-nette-identity-authenticator/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Identity authenticator
======================

[](#identity-authenticator)

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

[](#installation)

```
$ composer require geniv/nette-identity-authenticator
```

or

```
"geniv/nette-identity-authenticator": ">=1.0.0"
```

require:

```
"php": ">=7.0.0",
"nette/nette": ">=2.4.0",
"dibi/dibi": ">=3.0.0"
```

Include in application
----------------------

[](#include-in-application)

### available source drivers:

[](#available-source-drivers)

- Identity\\Authenticator\\Drivers\\ArrayDriver (base ident: key, id, hash)
- Identity\\Authenticator\\Drivers\\NeonDriver (same format like Array)
- Identity\\Authenticator\\Drivers\\DibiDriver (base ident: id, login, hash, active, role, added)
- Identity\\Authenticator\\Drivers\\CombineDriver (combine driver Array, Neon, Dibi; order authenticate define combineOrder)

hash is return from: `Passwords::hash($password)`

`Identity\Authenticator\Drivers\CombineDriver` automatic use `autowired: self` other by configure

neon configure:

```
#identity authenticator
identityAuthenticator:
#   autowired: true
#   driver: Identity\Authenticator\Drivers\ArrayDriver([])
#   driver: Identity\Authenticator\Drivers\NeonDriver(%appDir%/authenticator.neon)
    driver: Identity\Authenticator\Drivers\DibiDriver(%tablePrefix%)
#   driver: Identity\Authenticator\Drivers\CombineDriver([
#       Identity\Authenticator\Drivers\DibiDriver(%tablePrefix%),
#       Identity\Authenticator\Drivers\NeonDriver(%appDir%/authenticator.neon)
#       Identity\Authenticator\Drivers\ArrayDriver([])
#   ])
```

neon configure extension:

```
extensions:
    identityAuthenticator: Identity\Authenticator\Bridges\Nette\Extension
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~72 days

Recently: every ~89 days

Total

6

Last Release

2637d ago

### Community

Maintainers

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

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (17 commits)")

---

Tags

netteuseridentityauthenticatorgeniv

### Embed Badge

![Health badge](/badges/geniv-nette-identity-authenticator/health.svg)

```
[![Health](https://phpackages.com/badges/geniv-nette-identity-authenticator/health.svg)](https://phpackages.com/packages/geniv-nette-identity-authenticator)
```

###  Alternatives

[majkl578/nette-identity-doctrine

Integration of entities implementing IIdentity in Nette 2

28119.1k](/packages/majkl578-nette-identity-doctrine)

PHPackages © 2026

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