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

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

grafite/auth
============

Auth backend and Controller stubs for the Laravel Framework from Laravel UI

v1.1.3(11mo ago)02.3k—0%1MITPHPPHP &gt;=8.2CI passing

Since Apr 25Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/GrafiteInc/Auth)[ Packagist](https://packagist.org/packages/grafite/auth)[ RSS](/packages/grafite-auth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (10)Used By (1)

[![Grafite Auth](GrafiteAuth-banner.png)](GrafiteAuth-banner.png)

**Auth** - A handy set of Auth tools for Laravel.

[![Build Status](https://github.com/GrafiteInc/Auth/actions/workflows/php-package-tests.yml/badge.svg?branch=main)](https://github.com/GrafiteInc/Auth/actions/workflows/php-package-tests.yml)[![Maintainability](https://camo.githubusercontent.com/3627803b4567c31fb6c52d26aed98a3e36c7d3e4a67ef84a4595ac3ddc2a8fe2/68747470733a2f2f716c74792e73682f6261646765732f30323366623135372d386236362d343938382d623239362d3761643333333034383635612f6d61696e7461696e6162696c6974792e737667)](https://qlty.sh/gh/GrafiteInc/projects/Auth)[![Packagist](https://camo.githubusercontent.com/38df118ed4824695585887f092b83337b5dfef97494130b6bf8146ef4f88cdd5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f677261666974652f417574682e737667)](https://packagist.org/packages/grafite/Auth)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/grafite/Auth)

The Auth package lets you generate forms as well as fields with standard make commands. Inside your forms for models you can specify the fields that need to be generated and then simply pass the form to the view. No more writing Auth forms, error handling etc. It can handle Eloquent relationships and easily work with ajax requests for more dynamic form submissions.

##### Author(s):

[](#authors)

- [Matt Lantz](https://github.com/mlantz) ([@mattylantz](http://twitter.com/mattylantz), mattlantz at gmail dot com)

Requirements
------------

[](#requirements)

1. PHP 7.3+|8.1+
2. OpenSSL

Compatibility and Support
-------------------------

[](#compatibility-and-support)

Laravel VersionPackage TagSupported^7.x - ^12.x1.xyes### Installation

[](#installation)

Start a new Laravel project:

```
composer create-project laravel/laravel your-project-name
```

Then run the following to add Forms

```
composer require "grafite/auth"
```

Time to publish those assets!

```
php artisan vendor:publish --provider="Grafite\Auth\AuthProvider"
```

Documentation
-------------

[](#documentation)

License
-------

[](#license)

Auth is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### Bug Reporting and Feature Requests

[](#bug-reporting-and-feature-requests)

Please add as many details as possible regarding submission of issues and feature requests

### Disclaimer

[](#disclaimer)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance66

Regular maintenance activity

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Recently: every ~166 days

Total

8

Last Release

353d ago

PHP version history (4 changes)v1.0.0PHP ^7.2.5|^8.0

v1.1.0PHP ^7.2.5|^8.0|^8.2

v1.1.1PHP ^7.2.5|^8.0|^8.2|^8.3

v1.1.2PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/81d026d950739c978b844ac79e6b454e7fedc95ceffdcc4da09893c2497c7255?d=identicon)[mlantz](/maintainers/mlantz)

---

Top Contributors

[![mlantz](https://avatars.githubusercontent.com/u/1065551?v=4)](https://github.com/mlantz "mlantz (23 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[casbin/laravel-authz

An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.

324339.9k4](/packages/casbin-laravel-authz)[sammyjo20/lasso

Lasso - Asset wrangling for Laravel made simple.

355347.9k](/packages/sammyjo20-lasso)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)

PHPackages © 2026

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