PHPackages                             xguard/laravel-kanban - 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/laravel-kanban

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

xguard/laravel-kanban
=====================

A kanban for Laravel applications

v1.25.2(2y ago)29.6k↑33.3%3MITCSS

Since Jun 8Pushed 2y ago1 watchersCompare

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

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

LARAVEL KANBAN
==============

[](#laravel-kanban)

Kanban package for Laravel Projects

Installation
------------

[](#installation)

Use the following commands to install

```
composer require xguard/laravel-kanban
php artisan migrate
php artisan vendor:publish --provider="Xguard\LaravelKanban\LaravelKanbanServiceProvider" --force
```

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

```
php artisan kanban:create-admin
```

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

Develpment
----------

[](#develpment)

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

**1:** Firstly, download and drag the laravel-kanban folder 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\\LaravelKanban\\": "package/laravel-kanban/src/"
},

```

**3:** Add the Kanban Service provider to the config/app.php

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

**4:** run this command

```
composer dump-autoload
```

**5:** Navigate to the laravel-kanban 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\LaravelKanban\LaravelKanbanServiceProvider" --force
```

**7:** To run package migrations

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

**8:** To run seeder for testing

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

License
-------

[](#license)

Let's go ahead and say we make it open source? Licensed under the [MIT license](https://choosealicense.com/licenses/mit/)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 83.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 ~10 days

Recently: every ~125 days

Total

74

Last Release

1012d ago

Major Versions

v0.9 → v1.02021-10-01

### 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 (257 commits)")[![bogalla](https://avatars.githubusercontent.com/u/35981744?v=4)](https://github.com/bogalla "bogalla (30 commits)")[![sebdesl](https://avatars.githubusercontent.com/u/18754573?v=4)](https://github.com/sebdesl "sebdesl (14 commits)")[![MikelTozza](https://avatars.githubusercontent.com/u/44416637?v=4)](https://github.com/MikelTozza "MikelTozza (3 commits)")[![NicoChampagne](https://avatars.githubusercontent.com/u/26845708?v=4)](https://github.com/NicoChampagne "NicoChampagne (3 commits)")

### Embed Badge

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

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

###  Alternatives

[roave/better-reflection

Better Reflection - an improved code reflection API

1.2k12.5M107](/packages/roave-better-reflection)[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[spatie/laravel-html

A fluent html builder

8376.4M72](/packages/spatie-laravel-html)[ml/json-ld

JSON-LD Processor for PHP

3446.4M38](/packages/ml-json-ld)[urb/xenforobridge

Xenforo Bridge - Easy to use extendable bridge to use outside of your XenForo application all contained within a simple to use composer package

265.7k](/packages/urb-xenforobridge)[yireo/magento2-replace-core

Replace core packages from Magento

273.3k](/packages/yireo-magento2-replace-core)

PHPackages © 2026

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