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

Abandoned → [infuse/auth](/?search=infuse%2Fauth)Library[Framework](/categories/framework)

idealistsoft/framework-auth
===========================

Auth module for Infuse Framework

3.2(8y ago)11.7k7MITPHPPHP &gt;=7.0

Since Sep 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/infusephp/auth)[ Packagist](https://packagist.org/packages/idealistsoft/framework-auth)[ RSS](/packages/idealistsoft-framework-auth/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (8)Versions (11)Used By (7)

auth
====

[](#auth)

[![Build Status](https://camo.githubusercontent.com/6289e513612f044367114945419e8f406071f2352db68485e9be88a366feca6d/68747470733a2f2f7472617669732d63692e6f72672f696e667573657068702f617574682e7376673f6272616e63683d6d6173746572267374796c653d666c6174)](https://travis-ci.org/infusephp/auth)[![Coverage Status](https://camo.githubusercontent.com/9277ad0a97e24a64a69fb16fbe31da0b2a60a8f85d70f13af6d64fbda001aea1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f696e667573657068702f617574682f62616467652e7376673f7374796c653d666c6174)](https://coveralls.io/r/infusephp/auth)[![Latest Stable Version](https://camo.githubusercontent.com/9931e7e5588a6947881166bf7780992238cd653e8ab4ef31b5520baa8863be19/68747470733a2f2f706f7365722e707567782e6f72672f696e667573652f617574682f762f737461626c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/infuse/auth)[![Total Downloads](https://camo.githubusercontent.com/1ac6ec348eb6b09b52a59822a5a8ac0c27bad420ed682b5e4e900188a6d96695/68747470733a2f2f706f7365722e707567782e6f72672f696e667573652f617574682f646f776e6c6f6164732e7376673f7374796c653d666c6174)](https://packagist.org/packages/infuse/auth)

Auth module for Infuse Framework

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

[](#installation)

1. Install the package with [composer](http://getcomposer.org):

    ```
    composer require infuse/auth

    ```
2. Add the service to `services` in your app's configuration:

    ```
    'services' => [
        // ...
        'auth' => 'Infuse\Auth\Services\Auth'
        // ...
    ]
    ```
3. Add the migration to your app's configuration:

    ```
    'modules' => [
       'migrations' => [
          // ...
          'Auth'
       ],
       'migrationPaths' => [
          // ...
          'Auth' => 'vendor/infuse/auth/src/migrations'
       ]
    ]
    ```
4. (optional) Add the console command for helper tasks to `console.commands` in your app's configuration:

    ```
    'console' => [
        // ...
        'commands' => [
     	   // ...
     	   'Infuse\Auth\Console\ResetPasswordLinkCommand'
        ]
    ]
    ```
5. (optional) Add the garbage collection scheduled job to `cron` in your app's configuration:

    ```
    'cron' => [
       // ...
       [
          'id' => 'auth:garbageCollection',
          'class' => 'Infuse\Auth\Jobs\GarbageCollection',
          'minute' => 30,
          'hour' => 1,
          'day' => 1
       ]
    ]
    ```

Usage
-----

[](#usage)

You can create your own User model located at `App\Users\Models\User` for futher customization.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~31 days

Total

10

Last Release

3058d ago

Major Versions

1.2.0 → 2.0.02017-07-03

2.1.2 → 3.02017-11-16

PHP version history (3 changes)1.0.0PHP &gt;=5.4.0

2.0.0PHP &gt;=5.6.0

3.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d31f148b30ea3f288fb9e748f6a1dbd7c145a4bd0af74b4687812227221608a?d=identicon)[Jaredtking](/maintainers/Jaredtking)

---

Tags

frameworkauthAuthenticationUsersinfuse

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/idealistsoft-framework-auth/health.svg)

```
[![Health](https://phpackages.com/badges/idealistsoft-framework-auth/health.svg)](https://phpackages.com/packages/idealistsoft-framework-auth)
```

###  Alternatives

[jsdecena/laravel-passport-multiauth

Simple laravel passport multiple user authentication

501.1k](/packages/jsdecena-laravel-passport-multiauth)

PHPackages © 2026

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