PHPackages                             amiralidev/filament-todo - 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. amiralidev/filament-todo

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

amiralidev/filament-todo
========================

A Filament Kanban Todo plugin.

v1.0.9(3mo ago)09[1 PRs](https://github.com/amiralidev/filament-todo/pulls)MITPHPPHP ^8.2CI passing

Since Feb 18Pushed 3mo agoCompare

[ Source](https://github.com/amiralidev/filament-todo)[ Packagist](https://packagist.org/packages/amiralidev/filament-todo)[ Docs](https://github.com/amiralidev/filament-todo)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/amiralidev-filament-todo/feed)WikiDiscussions 5.x Synced 1mo ago

READMEChangelogDependencies (14)Versions (13)Used By (0)

Filament Todo Board
===================

[](#filament-todo-board)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4746ce3c6608024395ab81aeb2dd9695f38d0f0fc872945fca8ab2f6af1b01f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616d6972616c696465762f66696c616d656e742d746f646f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/amiralidev/filament-todo)[![GitHub Tests Action Status](https://camo.githubusercontent.com/112579c7a05a1cf0a31f64121ff8d95df1b55abc9b821a404e386c513dc34acf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616d6972616c696465762f66696c616d656e742d746f646f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/amiralidev/filament-todo/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/13479c48f5e0f072f195d59dff1174b5dda5b501c44aa91ad8dfee6dc1030e3e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616d6972616c696465762f66696c616d656e742d746f646f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/amiralidev/filament-todo/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9b6c122ffb04c4fa173355343d0200ceaad6096742fb4902a1cd77369b7c7fe8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d6972616c696465762f66696c616d656e742d746f646f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/amiralidev/filament-todo)

A powerful and beautiful Kanban-style Todo board plugin for Filament. Manage your tasks and lists with ease using a drag-and-drop interface within your Filament panels.

[![Filament Todo Board](https://raw.githubusercontent.com/amiralidev/filament-todo/main/art/screenshot.png)](https://raw.githubusercontent.com/amiralidev/filament-todo/main/art/screenshot.png)

Features
--------

[](#features)

- **Kanban Board**: Drag and drop tasks between lists.
- **Task Management**: Create, update, and delete tasks and lists.
- **Filament Integration**: Seamlessly integrates as a page or a dashboard widget.
- **Customizable**: Easy to configure and extend.

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

[](#installation)

You can install the package via composer:

```
composer require amiralidev/filament-todo
```

Important

If you have not set up a custom theme and are using Filament Panels, follow the instructions in the [Filament Docs](https://filamentphp.com/docs/3.x/styling/overview#creating-a-custom-theme) first.

After setting up a custom theme, add the plugin's views to your theme's CSS file (usually `resources/css/filament/admin/theme.css`):

```
@source '../../../../vendor/amiralidev/filament-todo/resources/**/*.blade.php';
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-todo-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-todo-config"
```

Usage
-----

[](#usage)

### Registering the Plugin

[](#registering-the-plugin)

You can register the plugin in your Panel provider (e.g., `AdminPanelProvider.php`):

```
use Amiralidev\Filament\TodoPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            TodoPlugin::make(),
        ]);
}
```

This will automatically add the **Todo Board** page to your navigation and make the **Todo Board Widget** available.

### Customizing the Widget

[](#customizing-the-widget)

If you want to use the widget on your dashboard, you can add it to your panel's `widgets()` array:

```
use Amiralidev\Filament\Widgets\TodoBoardWidget;

public function panel(Panel $panel): Panel
{
    return $panel
        ->widgets([
            TodoBoardWidget::class,
        ]);
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Amiralidev](https://github.com/amiralidev)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance82

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

11

Last Release

90d ago

Major Versions

v1.0.9 → 5.x-dev2026-02-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/84bbcf6ac7def5ad62008a1091c2cdeff605ea01a542901eb9ec742cda29ccb4?d=identicon)[amiralidev](/maintainers/amiralidev)

---

Top Contributors

[![amiralidev](https://avatars.githubusercontent.com/u/20367572?v=4)](https://github.com/amiralidev "amiralidev (23 commits)")

---

Tags

laravelfilamentfilament-pluginfilamentphpfilament-todoamiralidev

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/amiralidev-filament-todo/health.svg)

```
[![Health](https://phpackages.com/badges/amiralidev-filament-todo/health.svg)](https://phpackages.com/packages/amiralidev-filament-todo)
```

###  Alternatives

[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[jiten14/jitone-ai

jitone-ai is a powerful FilamentPHP plugin that integrates AI-powered features directly into your Filament forms.

213.1k](/packages/jiten14-jitone-ai)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)

PHPackages © 2026

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