PHPackages                             justso/justauth - 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. justso/justauth

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

justso/justauth
===============

Simple authentication library.

3.0.0(9y ago)21431MITPHPPHP &gt;=5.4.0

Since Sep 8Pushed 9y ago3 watchersCompare

[ Source](https://github.com/JustsoSoftware/JustAuth)[ Packagist](https://packagist.org/packages/justso/justauth)[ RSS](/packages/justso-justauth/feed)WikiDiscussions master Synced today

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

JustAuth
========

[](#justauth)

Simple authentication library.

It supports registration, login and forgotten passwords. You can use password based or password-less auth.

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

[](#installation)

### Composer

[](#composer)

composer require justso/justauth

### git

[](#git)

git clone git://github.com/JustsoSoftware/JustAuth.git vendor/justso/justauth

Setup
-----

[](#setup)

In config.json you can set the following entries:

```
{
  "auth": {
    "auto-register": true,
    "needs-activation": true,
    "login-new-users": true
  },
}

```

Auto-registering means, that users who give a new e-mail address are automatically registered as new users. A password may be specified and an activation link is sent. If auto-registering is not enabled, only already registered users can login, meaning that those users have to be registered otherwise (outside of this library).

With 'needs-activation' you specify that activating new accounts with the link sent by e-mail is required to log in. If this option is set to false, all new users are already activated, they may use their credentials immediately to log in. This option only makes sense with 'auto-register' option set true.

If you set "login-new-users", newly registered users are logged in automatically. Activation may still be necessary to log in later (in a new session), if 'needs-activation' is also requested. This option only makes sense with 'auto-register' option set true.

Support &amp; More
------------------

[](#support--more)

If you need support, please contact us:

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

3542d ago

Major Versions

1.1.0 → 2.0.02016-09-09

2.0.2 → 3.0.02016-10-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/29e190fa4b9db5e54262059be363640915b121b168ad95dc072059498a7b8e99?d=identicon)[justso](/maintainers/justso)

---

Top Contributors

[![jschirrmacher](https://avatars.githubusercontent.com/u/2821879?v=4)](https://github.com/jschirrmacher "jschirrmacher (41 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/justso-justauth/health.svg)

```
[![Health](https://phpackages.com/badges/justso-justauth/health.svg)](https://phpackages.com/packages/justso-justauth)
```

###  Alternatives

[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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