PHPackages                             dmt-software/authentication-service - 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. dmt-software/authentication-service

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

dmt-software/authentication-service
===================================

Service to authenticate a user

0.4.2(2mo ago)03MITPHPPHP &gt;=8.4CI passing

Since Apr 4Pushed 2mo agoCompare

[ Source](https://github.com/dmt-software/authentication-service)[ Packagist](https://packagist.org/packages/dmt-software/authentication-service)[ RSS](/packages/dmt-software-authentication-service/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (11)Versions (15)Used By (0)

Authentication Service
======================

[](#authentication-service)

Service to authenticate users to be used when project created with dmt-software/app-skeleton.

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

[](#installation)

Authentication service requires `dmt-software/mail-service`.

```
composer require dmt-software/authentication-service
```

Usage
-----

[](#usage)

Register the dependencies.

```
use DMT\AuthenticationService\AuthenticationServiceProvider;

// class App
public function initServices(): void
{
    $container->register($container->get(AuthenticationServiceProvider::class))
}
```

Register controller routes

```
use DMT\AuthenticationService\Controllers\AuthenticationController;

// file public/index.php

$app->routeController(AuthenticationController::class);
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance86

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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 ~3 days

Total

14

Last Release

67d ago

### Community

Maintainers

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

---

Top Contributors

[![proggeler](https://avatars.githubusercontent.com/u/18281353?v=4)](https://github.com/proggeler "proggeler (33 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dmt-software-authentication-service/health.svg)

```
[![Health](https://phpackages.com/badges/dmt-software-authentication-service/health.svg)](https://phpackages.com/packages/dmt-software-authentication-service)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M400](/packages/easycorp-easyadmin-bundle)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M425](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M600](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k64](/packages/open-dxp-opendxp)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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