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

ActiveLibrary[Framework](/categories/framework)

just-core/auth-page
===================

Page White/Black list Plugin for the just-core eco system

v0.7.1(9y ago)0961GNUPHPPHP &gt;=5.3.3

Since Feb 8Pushed 7y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (2)Used By (1)

just-core-auth-page
===================

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

JCORE\\SERVICE\\AUTH\\PAGE\_FILTER
----------------------------------

[](#jcoreserviceauthpage_filter)

basic add on service to authenticate an aplication based on a basic "WHITELIST or BLACKLIST" permission scheam

#### WHITELIST

[](#whitelist)

to provide the most security, only allow specific pages to be viewed

#### BLACKLIST

[](#blacklist)

to provide a more public based site, allow specific pages to be blocked

---

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

[](#installation)

#### Composer

[](#composer)

Add the project to your composer file `"just-core/auth-page" : "dev-master",`

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

```

#### Configuration

[](#configuration)

You will also need to take the example files `CONFIG.AUTOLOAD.auth.page.local.php` 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.php

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

3386d 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 (39 commits)")

---

Tags

frameworkAuthenticationhigh availabilityenterprisejust-coreHAService Oriented Architechture

### Embed Badge

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

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

PHPackages © 2026

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