PHPackages                             bantenprov/form-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. bantenprov/form-auth

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

bantenprov/form-auth
====================

Nama Prestasi

0193[1 issues](https://github.com/bantenprov/form-auth/issues)Vue

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bantenprov/form-auth)[ Packagist](https://packagist.org/packages/bantenprov/form-auth)[ RSS](/packages/bantenprov-form-auth/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

form-auth
=========

[](#form-auth)

form-auth

### Install via composer

[](#install-via-composer)

```
$ composer require bantenprov/form-auth:dev-master
```

### Edit `config/app.php`

[](#edit-configappphp)

```
'providers' => [

    //......
    Bantenprov\FormAuth\FormAuthServiceProvider::class,
```

### artisan command

[](#artisan-command)

```
$ php artisan vendor:publish --tag=form-auth-assets --force && php artisan migrate
```

```
$ php artisan form-auth:setup
```

### edit `app/User.php`

[](#edit-appuserphp)

```
    /**
     * The accessors to append to the model's array form.
     *
     * @var array
     */
    protected $appends = [
        'photo_url',

        //=========
        'redirect',
    ];

    /* .................. */

    /**
     * Get the redirect attribute.
     *
     * @return string
     */
    public function getRedirectAttribute()
    {
        return 'siswa.pendaftaran-wizard';
    }
```

### edit `.evn`

[](#edit-evn)

```
DEFAULT_USER_ROLE=siswa
```

### add new role

[](#add-new-role)

### Vue trust &gt; Role &gt; \[+\]

[](#vue-trust--role--)

```
+-------+--------------+
|  name | display name |
+-------+--------------+
| siswa |     Siswa    |
+-------+--------------+

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.3% 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/811618334e937542bb0d5723158e05de7445bb5e8851ce086d6cc7a7c0146166?d=identicon)[bantenprov](/maintainers/bantenprov)

---

Top Contributors

[![feripratama](https://avatars.githubusercontent.com/u/32523275?v=4)](https://github.com/feripratama "feripratama (28 commits)")[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (2 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")

### Embed Badge

![Health badge](/badges/bantenprov-form-auth/health.svg)

```
[![Health](https://phpackages.com/badges/bantenprov-form-auth/health.svg)](https://phpackages.com/packages/bantenprov-form-auth)
```

###  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.2M119](/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)
