PHPackages                             thotam/thotam-hr - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. thotam/thotam-hr

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thotam/thotam-hr
================

HR Manager Package

0.0.2(5y ago)015MITPHPPHP ^7.3|^8.0

Since Apr 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thotam/thotam-hr)[ Packagist](https://packagist.org/packages/thotam/thotam-hr)[ Docs](https://github.com/thotam/thotam-hr)[ RSS](/packages/thotam-thotam-hr/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/a36a5cd1b52b9c903748662941d94b9775f658b806cd3286ca3403cf4b36553e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686f74616d2f74686f74616d2d68722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thotam/thotam-hr)[![Build Status](https://camo.githubusercontent.com/58543bace81df4fae77e704f3826c3e5b11f77fe6cff932463a073dc06ab4348/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74686f74616d2f74686f74616d2d68722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thotam/thotam-hr)[![Quality Score](https://camo.githubusercontent.com/4e79a69478dbb1bacbac8f3d0667e68dbb8ed29ae2f0bd1489fca128190b7815/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f74686f74616d2f74686f74616d2d68722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thotam/thotam-hr)[![Total Downloads](https://camo.githubusercontent.com/038376ae7156c92526bd13713d24444c7fe4d73c1b6ee44ea75fc7b018305c75/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686f74616d2f74686f74616d2d68722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thotam/thotam-hr)

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

Usage
-----

[](#usage)

```
edit Route::middleware(['web', 'auth', 'CheckAccount', 'CheckHr', 'CheckMail']) in App\Providers\RouteServiceProvider
```

```
Add "hr_key" to fillable of User Models
```

```
Add "Thotam\ThotamHr\Traits\HasHrTrait" to User Models
```

#### Add CheckHR Middleware

[](#add-checkhr-middleware)

```
Add 'CheckHr' => Thotam\ThotamHr\Http\Middleware\CheckHR::Class To App\Http\Kernel.php in $routeMiddleware
Add 'CheckInfo' => Thotam\ThotamHr\Http\Middleware\CheckInfo::Class To App\Http\Kernel.php in $routeMiddleware
```

### Add this to .env

[](#add-this-to-env)

```
DropboxAppkey=""
DropboxAppsecret=""
DropboxRefreshToken=""
```

#### 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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.5% 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 ~23 days

Total

2

Last Release

1886d 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 (132 commits)")[![thanhtamtotaa](https://avatars.githubusercontent.com/u/74887956?v=4)](https://github.com/thanhtamtotaa "thanhtamtotaa (2 commits)")

---

Tags

thotamthotam-hr

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[tallstackui/tallstackui

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

725173.2k14](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)

PHPackages © 2026

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