PHPackages                             piek-j/b302-authentication - 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. piek-j/b302-authentication

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

piek-j/b302-authentication
==========================

1.0.4(9y ago)0149PHPPHP &gt;=5.4.0

Since Jun 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/PiekJ/b302-authentication)[ Packagist](https://packagist.org/packages/piek-j/b302-authentication)[ RSS](/packages/piek-j-b302-authentication/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

b302-authentication
===================

[](#b302-authentication)

Enables you to quickly install authentication pages and authorization.

Install
-------

[](#install)

Before installing, make sure your database and mail settings are correct.

To install this package, follow the steps below:

1. add `"piek-j/b302-authentication": "~1.0"` to your composer.json;
2. run the command `composer update` to install the package;
3. add the service provider `PiekJ\B302Authentication\B302AuthenticationServiceProvider` to your app.php config;
4. change the model in your auth.php config to `PiekJ\B302Authentication\User`;
5. run the command `php artisan config:publish zizaco/entrust`;
6. change the role in the `config/package/zizaco/entrust/config.php` to `PiekJ\B302Authentication\Role`;
7. change the permission in the `config/package/zizaco/entrust/config.php` to `PiekJ\B302Authentication\Permission`;
8. run the following commands `php artisan b302-auth:migration` (type for every confirm `Y`), `php artisan migrate` and `php artisan b302-auth:create-user`.

Go visit  to login with the newly created user (email: , password: admin).

Guide
-----

[](#guide)

### Urls

[](#urls)

UrlDescription/users/loginShows up the login form/users/createShows up the signup form/users/forgot\_passwordThe form to request a password reset mail/users/reset\_password/{{token}}Fill in your new password to reset/users/confirm/{{token}}Here the users confirm his accountFor more detailed urls view [routes.php](src/routes.php) and the [B302AuthUserController.php](src/controllers/B302AuthUsersController.php).

### Updating templates

[](#updating-templates)

You can use the command `php artisan view:publish piek-j\b302-authentication` to copy the files to `app/views/packages/piek-j/b302-authentication` where you can edit them.

To edit the views of the forms and emails use the following command `php artisan view:publish zizaco/confide` to copy the files to `ap/views/packages/zizaco/confide` where you can edit them.

### More information

[](#more-information)

Authentication, take a look at [Zizaco/Confide](https://github.com/Zizaco/confide).

Role and permissions, take a look at [Zizaco/Entrust](https://github.com/Zizaco/entrust/tree/1.0).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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

Total

5

Last Release

3608d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea4bd54daa2ee41fcaea7589496415ea508eca151e350049676f2e942870cab4?d=identicon)[PiekJ](/maintainers/PiekJ)

---

Top Contributors

[![PiekJ](https://avatars.githubusercontent.com/u/19302476?v=4)](https://github.com/PiekJ "PiekJ (20 commits)")

### Embed Badge

![Health badge](/badges/piek-j-b302-authentication/health.svg)

```
[![Health](https://phpackages.com/badges/piek-j-b302-authentication/health.svg)](https://phpackages.com/packages/piek-j-b302-authentication)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[acoustep/entrust-gui

A GUI for the Entrust package.

11425.7k](/packages/acoustep-entrust-gui)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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