PHPackages                             iquesters/organisation - 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. iquesters/organisation

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

iquesters/organisation
======================

The Organisation Package provides a structured way to manage multi-level organizational hierarchies within a Laravel application.

v1.0.8(2mo ago)0612[1 PRs](https://github.com/iquesters/organisation/pulls)1MITPHPPHP &gt;=8.1CI passing

Since Aug 26Pushed 2mo agoCompare

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

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

Laravel Organisation Package – Iquesters [![Iquesters Logo](https://avatars.githubusercontent.com/u/7593318?s=200&v=4)](https://avatars.githubusercontent.com/u/7593318?s=200&v=4)
==================================================================================================================================================================================

[](#laravel-organisation-package--iquesters-)

The **Organisation Package** provides a structured and reusable way to manage **multi-level organizational hierarchies** within a Laravel application. Developed and maintained by **[Iquesters](https://github.com/iquesters)**, this package is designed to integrate seamlessly with other Iquesters modules such as **Foundation**, **User Management**, and **User Interface**.

---

⚙️ Purpose
----------

[](#️-purpose)

The **Organisation Package** acts as the backbone for handling **organizational structures**, such as:

- Multi-level departments, branches, or business units
- Role and user assignments within each organization
- Reusable organizational logic for other packages

It’s ideal for applications that need structured control over users, teams, and permissions across different organizational levels.

---

🚀 Installation
--------------

[](#-installation)

1. Install the package via Composer:

    ```
    composer require iquesters/organisation
    ```
2. Run the database migrations to create the required tables:

    ```
    php artisan migrate
    ```
3. (Optional) If the package provides default data or roles, seed them using:

    ```
    php artisan organisation:seed
    ```

---

### Layout Configuration

[](#layout-configuration)

You can control which Blade layout the package’s views should extend. By default, the package uses its own built-in layout:

```
'layout' => env('ORGANISATION_LAYOUT', 'organisation::layouts.package')
```

#### Example `.env` Setting:

[](#example-env-setting)

```
ORGANISATION_LAYOUT=layouts.app
```

This allows you to unify the look and feel of the Organisation module with your existing application’s design.

---

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance84

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~22 days

Total

9

Last Release

83d ago

### Community

Maintainers

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

---

Top Contributors

[![PritamBag](https://avatars.githubusercontent.com/u/130136389?v=4)](https://github.com/PritamBag "PritamBag (22 commits)")[![anantakumarghosh](https://avatars.githubusercontent.com/u/61864488?v=4)](https://github.com/anantakumarghosh "anantakumarghosh (1 commits)")[![samhere17](https://avatars.githubusercontent.com/u/3071968?v=4)](https://github.com/samhere17 "samhere17 (1 commits)")

### Embed Badge

![Health badge](/badges/iquesters-organisation/health.svg)

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4205.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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