PHPackages                             aditiadika/master-module - 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. aditiadika/master-module

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

aditiadika/master-module
========================

01HTML

Since Jan 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/aditiadika/master-module)[ Packagist](https://packagist.org/packages/aditiadika/master-module)[ RSS](/packages/aditiadika-master-module/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Intro
-----

[](#intro)

This module related to companies and users, Pivot table to each users have many companies. Impersonate to other company.

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

[](#requirements)

This module required some other packages :

- "yajra/laravel-datatables-oracle"

How to use
----------

[](#how-to-use)

Before you run users seed, please run this module seed to seeding permissions to access this module.

```
$ php artisan module:seed Master
```

Append this to user model. And then you can use like this $user-&gt;companies

```
use Modules\ClientGroup\Entities\Company;

public function companies()
{
     return $this->belongsToMany(Company::class, 'user_companies');
}
```

Append menu

```
// laraboi.partials.navbar

@can('view master')

           Master

@endcan
```

master menu

```
- Employee Type,
- Working Shift,
- Working Location,
- Job Division,
- Job Deparment,
- Job Level,
- Job Position,
- Golongan,
- Leave Type,
- Religion
```

Author
------

[](#author)

- @dika.aditia |

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![aditiadika](https://avatars.githubusercontent.com/u/22575137?v=4)](https://github.com/aditiadika "aditiadika (2 commits)")

### Embed Badge

![Health badge](/badges/aditiadika-master-module/health.svg)

```
[![Health](https://phpackages.com/badges/aditiadika-master-module/health.svg)](https://phpackages.com/packages/aditiadika-master-module)
```

###  Alternatives

[greenter/greenter

Facturacion Electrónica SUNAT en Perú

31530.2k1](/packages/greenter-greenter)[tiesa/ldap

LDAP made easy &amp; practical to use in PHP

5796.2k1](/packages/tiesa-ldap)[opanegro/nova-custom-controller

Make custom controller in Laravel Nova

144.4k](/packages/opanegro-nova-custom-controller)[jazzsequence/dashboard-changelog

Adds a GitHub release widget to your WordPress dashboard for a public GitHub repository.

151.2k](/packages/jazzsequence-dashboard-changelog)

PHPackages © 2026

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