PHPackages                             alfa-dev-team/auth-api - 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. [Framework](/categories/framework)
4. /
5. alfa-dev-team/auth-api

ActiveLibrary[Framework](/categories/framework)

alfa-dev-team/auth-api
======================

1.0(4y ago)043MITPHPPHP ^8.0

Since Apr 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alfa-dev-team/auth-api)[ Packagist](https://packagist.org/packages/alfa-dev-team/auth-api)[ RSS](/packages/alfa-dev-team-auth-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (10)Versions (2)Used By (0)

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

[](#installation)

Add dependency using composer `composer require alfa-dev-team/auth-api`

You need to add configuration and migrations using the command:
`php artisan vendor:publish --tag=configs`
`php artisan vendor:publish --tag=migrations`

In the `config` directory, find the `auth-api.php` file and add your custom models.

`composer require doctrine/dbal`

Run migrations `php artisan migrate`

Add routes using
`AuthApi::authRoutes();`
`AuthApi::settingsRoutes();`

If you want to redefine some controller, then create a controller that will also inherit from the controller that you are redefining. And add to your service provider in `register` method For example:

`$this->app->bind(AlfaDevTeam\AuthApi\Controllers\ApiController\RegisterController::class, function ($app){ return new \Modules\Cabinet\Http\Controllers\Auth\RegisterController(); });`

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

1490d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f3828bf0498dc62d85e7a454176da910aaafb72f40d96301743a183ed7b787a?d=identicon)[alfa-dev-team](/maintainers/alfa-dev-team)

---

Top Contributors

[![GritsayAndriy](https://avatars.githubusercontent.com/u/9847521?v=4)](https://github.com/GritsayAndriy "GritsayAndriy (30 commits)")

---

Tags

frameworklaravelauth

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alfa-dev-team-auth-api/health.svg)

```
[![Health](https://phpackages.com/badges/alfa-dev-team-auth-api/health.svg)](https://phpackages.com/packages/alfa-dev-team-auth-api)
```

###  Alternatives

[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)

PHPackages © 2026

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