PHPackages                             thepublicgood/simplepass - 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. thepublicgood/simplepass

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

thepublicgood/simplepass
========================

A really simple way to keep a Laravel site private

0236PHP

Since Jul 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tpg/simplepass)[ Packagist](https://packagist.org/packages/thepublicgood/simplepass)[ RSS](/packages/thepublicgood-simplepass/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

SimplePass for Laravel
======================

[](#simplepass-for-laravel)

A simple site-wide lockout (kinda like Basic HTTP auth).

Install using Composer:

```
composer require thepublicgood/simplepass

```

Set a new password with:

```
php ./artisan simplepass:set MY_PASSWORD

```

This will set a `SIMPLE_SECRET` value in `.env`.

When attempting to browse your site, you'll get redirected to `/simplepass/auth` and a password request. Use the password you set to unlock. If you ever need to log out, simply visit `/simplepass/logout`.

Configuration
-------------

[](#configuration)

You can publish the configuration file with:

```
php ./artisan vendor:publish --provider=TPG\\Simple\\ServiceProvider

```

That will place a `simplepass.php` file in the config directory. Configuration options have been documented in the configuration file.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/89ea2dc12cd0a934de60705f8cfe47397095d842121b7d5f545dc9d1cee554ec?d=identicon)[warrickbayman](/maintainers/warrickbayman)

---

Top Contributors

[![warrickbayman](https://avatars.githubusercontent.com/u/856840?v=4)](https://github.com/warrickbayman "warrickbayman (5 commits)")

### Embed Badge

![Health badge](/badges/thepublicgood-simplepass/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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