PHPackages                             drago-ex/project-auth - 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. drago-ex/project-auth

ActiveDrago-project-resource[Authentication &amp; Authorization](/categories/authentication)

drago-ex/project-auth
=====================

Authentication and user access package for the Drago project.

v1.0.10(4mo ago)039MITPHPPHP &gt;=8.3 &lt;9CI passing

Since Dec 29Pushed 4mo agoCompare

[ Source](https://github.com/drago-ex/project-auth)[ Packagist](https://packagist.org/packages/drago-ex/project-auth)[ RSS](/packages/drago-ex-project-auth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (11)Versions (11)Used By (0)

Drago Project auth
------------------

[](#drago-project-auth)

Authentication and user access package for the Drago project.

This package provides a complete authentication layer including user login, registration, password recovery and access control. It is designed as a modular extension for projects built on top of the Drago ecosystem and Nette framework.

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://raw.githubusercontent.com/drago-ex/project-auth/main/license)[![PHP version](https://camo.githubusercontent.com/3686e1b388ddd457dd681623bc9bb34c174e5ecaf2dfc7269ee7a1d575dd2889/68747470733a2f2f62616467652e667572792e696f2f70682f647261676f2d657825324670726f6a6563742d617574682e737667)](https://badge.fury.io/ph/drago-ex%2Fproject-auth)[![Coding Style](https://github.com/drago-ex/project-auth/actions/workflows/coding-style.yml/badge.svg)](https://github.com/drago-ex/project-auth/actions/workflows/coding-style.yml)

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

[](#requirements)

- PHP &gt;= 8.3
- Nette Framework
- Drago Project core packages

Features
--------

[](#features)

- User authentication (sign in / sign out)
- User registration (sign up)
- Password recovery and reset
- User identity handling
- Integration with Nette Security and DI
- Ready-to-use backend UI components

Install
-------

[](#install)

```
composer require drago-ex/project-auth
```

Adds a new user to the database
-------------------------------

[](#adds-a-new-user-to-the-database)

Hashes the password, generates a token, and ensures the email is unique.

```
php vendor/bin/create-user
```

Secure access to the section
----------------------------

[](#secure-access-to-the-section)

```
final class SecurePresenter extends Presenter
{
    use App\UI\Backend\Sign\UserRequireLogged;
}
```

Database migration
==================

[](#database-migration)

-

```
php vendor/bin/migration db:migrate vendor/drago-ex/project-auth/migrations
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance77

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Every ~2 days

Total

10

Last Release

125d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5998929?v=4)[Zdeněk Papučík](/maintainers/accgit)[@accgit](https://github.com/accgit)

---

Top Contributors

[![accgit](https://avatars.githubusercontent.com/u/5998929?v=4)](https://github.com/accgit "accgit (102 commits)")

### Embed Badge

![Health badge](/badges/drago-ex-project-auth/health.svg)

```
[![Health](https://phpackages.com/badges/drago-ex-project-auth/health.svg)](https://phpackages.com/packages/drago-ex-project-auth)
```

###  Alternatives

[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)[socialiteproviders/google

Google OAuth2 Provider for Laravel Socialite

176.8M22](/packages/socialiteproviders-google)

PHPackages © 2026

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