PHPackages                             just-core/auth-login - 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. just-core/auth-login

ActiveLibrary[Framework](/categories/framework)

just-core/auth-login
====================

Authentication Page Plugin for the just-core eco system

v0.7.5(7y ago)01081GPL-3.0-or-laterPHPPHP &gt;=5.3.7

Since Feb 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/CHGLongStone/just-core-auth-login)[ Packagist](https://packagist.org/packages/just-core/auth-login)[ Docs](https://chglongstone.github.io/just-core-auth-login)[ RSS](/packages/just-core-auth-login/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (4)Used By (1)

just-core-auth-login
====================

[](#just-core-auth-login)

Basic login service supporting user session and database stored credentials

The service expects but does note require the just-core [authentication harness](https://github.com/CHGLongStone/just-core/blob/master/CORE/AUTH/AUTH_HARNESS.class.php) see the harness example mentioned below to see how to register authentication services.

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

[](#installation)

#### Composer

[](#composer)

Add the project to your composer file `"just-core/auth-login" : "dev-master",` you will also need the supporting project "ircmaxell/password-compat" : "v1.0.4" to leverage the native password\_hash() and password\_verify() functions if your project is running on a version of PHP older than 5.5.0 (PHP &gt;= 5.3.7 required).

```
{
	"name" : "your project",
	"description" : "info about your project",
	"license" : "GNU",
	"version" : "1.0.0",
	"require" : {
		"php" : ">=5.3.7",
		"just-core/foundation" : "0.5.*",
		"just-core/foundation" : "dev-master",
		"just-core/auth-login" : "dev-master",
		"ircmaxell/password-compat" : "v1.0.4"
	},
	"autoload" : {
		"classmap" : [
			"SERVICES"
		]
	}
}

```

#### Configuration

[](#configuration)

You will also need to take the example files `CONFIG.AUTOLOAD.auth.login.local` and `harness.example.php` modify the examples and make them available in your application, ie.

```
[application_root]/.../[http_exposed_dir]/harness.php
[application_root]/CONFIG/AUTOLOAD/auth.login.local

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

2657d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7be095283338463b6ed351215046d53aedc68481873022a87b1f55791fe73736?d=identicon)[CHGLongStone](/maintainers/CHGLongStone)

---

Top Contributors

[![CHGLongStone](https://avatars.githubusercontent.com/u/5174785?v=4)](https://github.com/CHGLongStone "CHGLongStone (53 commits)")

---

Tags

frameworkAuthenticationhigh availabilityenterprisejust-coreHAService Oriented Architechture

### Embed Badge

![Health badge](/badges/just-core-auth-login/health.svg)

```
[![Health](https://phpackages.com/badges/just-core-auth-login/health.svg)](https://phpackages.com/packages/just-core-auth-login)
```

PHPackages © 2026

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