PHPackages                             bhoechie/laravel-customable-auth - 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. bhoechie/laravel-customable-auth

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

bhoechie/laravel-customable-auth
================================

Customable Auth Provider for Laravel

1.1(9y ago)035MITPHPPHP &gt;=5.5.9

Since Oct 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Septian-Bhoechie/laravel-customable-auth)[ Packagist](https://packagist.org/packages/bhoechie/laravel-customable-auth)[ RSS](/packages/bhoechie-laravel-customable-auth/feed)WikiDiscussions master Synced 2mo ago

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

Laravel Customable Auth Provider
--------------------------------

[](#laravel-customable-auth-provider)

This package allowed you to use a credentials field other than a password as default laravel credentials

### Requirements

[](#requirements)

- PHP 5.5
- Laravel &gt;= 5.2

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

[](#installation)

To install the PHP client library using Composer: composer require bhoechie/laravel-customable-auth

Then add `Bhoechie\CustomableAuth\AuthServiceProvider` to the `providers` array in your `config/app.php` before application service provider:

```
Bhoechie\CustomableAuth\AuthServiceProvider::class

/*
* Application Service Providers...
*/

```

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

[](#configuration)

You must publish config using `artisan vendor:publish` to copy the distribution configuration file to your app's config directory:

```
php artisan vendor:publish

```

Then set either the `password_field` base on your database password name.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3502d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b49fcc929261ba8f683b1b9b25fc670c9ec99fbf54767c29a313a7735bd7ea3?d=identicon)[bhoechie](/maintainers/bhoechie)

---

Top Contributors

[![Septian-Bhoechie](https://avatars.githubusercontent.com/u/3733357?v=4)](https://github.com/Septian-Bhoechie "Septian-Bhoechie (10 commits)")

---

Tags

laravelauthcredentialscustomable

### Embed Badge

![Health badge](/badges/bhoechie-laravel-customable-auth/health.svg)

```
[![Health](https://phpackages.com/badges/bhoechie-laravel-customable-auth/health.svg)](https://phpackages.com/packages/bhoechie-laravel-customable-auth)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M348](/packages/tymon-jwt-auth)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)[jurager/teams

Laravel package to manage team functionality and operate with user permissions.

22817.3k](/packages/jurager-teams)[codebot/entrust

This package provides a flexible way to add Role-based Permissions to Laravel

1596.6k](/packages/codebot-entrust)[setiawanhu/sanctum-auth

Laravel package for generating user authentication feature using Laravel Sanctum

132.8k](/packages/setiawanhu-sanctum-auth)

PHPackages © 2026

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