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

ActiveLibrary

thotam/thotam-auth
==================

Custom Laravel Auth package by ThoTam

0.0.4(5y ago)013MITPHPPHP ^7.3|^8.0

Since Mar 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thotam/thotam-auth)[ Packagist](https://packagist.org/packages/thotam/thotam-auth)[ Docs](https://github.com/thotam/thotam-auth)[ RSS](/packages/thotam-thotam-auth/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (4)Dependencies (6)Versions (6)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/972b07e2c42d400b1166ceea211b247cc3d3c8e13be078707bd4096edae49f2e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686f74616d2f74686f74616d2d617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thotam/thotam-auth)[![Build Status](https://camo.githubusercontent.com/0dec8282102ebb1da15a1779b15859140a2026188a90f6c72f7355ced4c6d674/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74686f74616d2f74686f74616d2d617574682f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thotam/thotam-auth)[![Quality Score](https://camo.githubusercontent.com/816ef1857f6088811fec1a5a5e44a4d569d25e2ebfea2e799e37c5f420e2ea3d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f74686f74616d2f74686f74616d2d617574682e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thotam/thotam-auth)[![Total Downloads](https://camo.githubusercontent.com/f144fc751680dc4b9cc72b84bbaa13609bd9f511e5cf2e8216e29bc95d5490a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686f74616d2f74686f74616d2d617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thotam/thotam-auth)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

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

[](#installation)

You can install the package via composer:

```
composer require thotam/thotam-auth
```

Usage
-----

[](#usage)

#### Public ThotamAuthProvider

[](#public-thotamauthprovider)

```
php artisan vendor:publish --provider="Thotam\ThotamAuth\ThotamAuthServiceProvider" --force
```

#### Public FortifyProvider

[](#public-fortifyprovider)

```
php artisan vendor:publish --provider="Laravel\Fortify\FortifyServiceProvider"
```

```
Add "phone", "active", "link_at", "link_by" to fillable of User Models
Add     use SoftDeletes; use Userstamps; to  User Models

add
    /**
     * The attributes that should be cast to native types.
     *
     * @var array
     */
    protected $casts = [
        'link_at' => 'datetime',
    ];

to User Models
```

```
Add "App\Providers\FortifyServiceProvider::class" to "config\app.php"
```

#### Add CheckAccount Middleware

[](#add-checkaccount-middleware)

```
Add 'CheckAccount' => Thotam\ThotamAuth\Http\Middleware\CheckAccount::Class To App\Http\Kernel.php in $routeMiddleware
```

#### Next, you should migrate your database:

[](#next-you-should-migrate-your-database)

```
php artisan migrate
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [thotam](https://github.com/thotam)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

1833d ago

### Community

Maintainers

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

---

Top Contributors

[![thotam](https://avatars.githubusercontent.com/u/78630736?v=4)](https://github.com/thotam "thotam (107 commits)")

---

Tags

thotamthotam-auth

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

71510.9M66](/packages/laravel-mcp)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)

PHPackages © 2026

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