PHPackages                             xguard/xguard-coordinator - 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. [Admin Panels](/categories/admin)
4. /
5. xguard/xguard-coordinator

ActiveLibrary[Admin Panels](/categories/admin)

xguard/xguard-coordinator
=========================

A plugin to manage supervisors on the XGuard ERP

v1.0.2(3y ago)04.9kMITCSS

Since Mar 11Pushed 3y agoCompare

[ Source](https://github.com/snapx-team/xguard-coordinator)[ Packagist](https://packagist.org/packages/xguard/xguard-coordinator)[ RSS](/packages/xguard-xguard-coordinator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (59)Used By (0)

Coordinator Plugin
==================

[](#coordinator-plugin)

Plugin to manage supervisors on XGuard ERP

Installation with composer
--------------------------

[](#installation-with-composer)

Use the following commands to install

```
composer require xguard/xguard-coordinator
php artisan migrate
php artisan vendor:publish --provider="Xguard\Coordinator\CoordinatorServiceProvider" --force
```

Use the following command to create an admin. It will prompt you for an existing email from users table.

```
php artisan coordinator:create-admin
```

You can now go to the **/coordinator** path to use the package. You must first login to access this url.

Development
-----------

[](#development)

**Follow these steps to make modifications to the package**

**1:** Firstly, clone the xguard-coordinator repo inside your package folder at root level. Create a "package" folder if you don't have one.

**2:** Then, add line of code in the psr-4 of your root composer.json

```
"psr-4": {
    //...
    "Xguard\\Coordinator\\": "package/xguard-coordinator/src/"
},

```

**3:** Add the coordinator plugin service provider to the config/app.php

```
return [
    //...
    "providers" => [
        //...
        Xguard\Coordinator\CoordinatorServiceProvider::class,
    ]
];
```

**4:** run this command

```
composer dump-autoload
```

**5:** Navigate to the xguard-coordinator package folder in your command line and perform the following commands:

```
composer install
npm install
npm run dev
```

**6:** Return to the root folder in the command line and publish the package with the following command:

```
php artisan vendor:publish --provider="Xguard\Coordinator\CoordinatorServiceProvider" --force
```

**7:** To run package migrations

```
php artisan migrate --path=package/xguard-coordinator/src/database/migrations
```

**8:** To run seeder for testing

```
php artisan db:seed --class="Xguard\Coordinator\database\seeds\EmployeeSeeder"
```

**9:**

```
php artisan coordinator-app:create-admin
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 96.1% 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 ~5 days

Total

33

Last Release

1367d ago

Major Versions

v0.29 → v1.02022-08-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/76963b892596402e3bd5be8626c122aa4702c47bb06b6341e4050cfaedb7fcce?d=identicon)[siamaksamie](/maintainers/siamaksamie)

---

Top Contributors

[![SiamakSamie](https://avatars.githubusercontent.com/u/19749944?v=4)](https://github.com/SiamakSamie "SiamakSamie (74 commits)")[![NicoChampagne](https://avatars.githubusercontent.com/u/26845708?v=4)](https://github.com/NicoChampagne "NicoChampagne (2 commits)")[![ssardinh](https://avatars.githubusercontent.com/u/91902656?v=4)](https://github.com/ssardinh "ssardinh (1 commits)")

### Embed Badge

![Health badge](/badges/xguard-xguard-coordinator/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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