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

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

thotam/thotam-permission
========================

Custom laravel permission manager base on spatie laravel-permission

0.0.1(5y ago)07MITPHPPHP ^7.3|^8.0

Since Apr 7Pushed 3y ago1 watchersCompare

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

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

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/c22574cdaacd823c78fe69e4cc0e0e9a53b5fa2e8bd10cccda1c082b1677ab04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686f74616d2f74686f74616d2d7065726d697373696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thotam/thotam-permission)[![Build Status](https://camo.githubusercontent.com/3aa73a7b3b6b18d1c25c3a5e609e9853cca287743de270c4af67b81cf28ddae6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74686f74616d2f74686f74616d2d7065726d697373696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thotam/thotam-permission)[![Quality Score](https://camo.githubusercontent.com/0cf3037579ec4b2ad621f3e7b609f9868bdb120067e08053439192b75cad2d5e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f74686f74616d2f74686f74616d2d7065726d697373696f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thotam/thotam-permission)[![Total Downloads](https://camo.githubusercontent.com/3e9efd15bf275b26d5dd60ce5144ccdb18003c2543a389c72942da16f2b0796b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686f74616d2f74686f74616d2d7065726d697373696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thotam/thotam-permission)

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-permission
```

Usage
-----

[](#usage)

#### Public ThotamPermissionServiceProvider

[](#public-thotampermissionserviceprovider)

```
php artisan vendor:publish --provider="Thotam\ThotamPermission\ThotamPermissionServiceProvider"
```

#### Clear your config cache with either of these commands

[](#clear-your-config-cache-with-either-of-these-commands)

```
 php artisan optimize:clear
 # or
 php artisan config:clear
```

#### Edit Thotam\\ThotamHr\\Models\\HR Models:

[](#edit-thotamthotamhrmodelshr-models)

```
implements Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
add Traits Illuminate\Foundation\Auth\Access\Authorizable;
add Traits Spatie\Permission\Traits\HasRoles;
add protected $guard_name = 'web';
```

#### 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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

1957d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

thotamthotam-permission

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M312](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

731189.9k16](/packages/tallstackui-tallstackui)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M224](/packages/laravel-mcp)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

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