PHPackages                             xguard/tasklist - 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. xguard/tasklist

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

xguard/tasklist
===============

A plugin to create and manage tasks for contracts in the XGuard ERP

v1.1.2(2y ago)0639MITCSS

Since Jun 8Pushed 2y agoCompare

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

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

Tasklist Plugin
===============

[](#tasklist-plugin)

Plugin to manage supervisors on XGuard ERP

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

[](#installation-with-composer)

Use the following commands to install

```
composer require xguard/tasklist
php artisan migrate
php artisan vendor:publish --provider="Xguard\Tasklist\TaskListServiceProvider" --force
```

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

```
php artisan tasklist:create-admin
```

You can now go to the **/tasklist** 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 tasklist 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\\Tasklist\\": "package/tasklist/src/"
},

```

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

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

**4:** run this command

```
composer dump-autoload
```

**5:** Navigate to the tasklist 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\Tasklist\TaskListServiceProvider" --force
```

**7:** To run package migrations

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

**8:** To run seeder for testing

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

**9:**

```
php artisan tasklist:create-admin
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.6% 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 ~4 days

Recently: every ~9 days

Total

25

Last Release

983d ago

Major Versions

v0.11.2 → v1.12023-09-07

### 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 (86 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-tasklist/health.svg)

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

###  Alternatives

[devaly/wordpress-routes

Manage rewrites and routes in WordPress with this dead-simple plugin

101.3k](/packages/devaly-wordpress-routes)

PHPackages © 2026

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