PHPackages                             fateme-mahmoodi/laravel\_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. fateme-mahmoodi/laravel\_todo

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

fateme-mahmoodi/laravel\_todo
=============================

laravel todo is a package that can use for todo list on your project

v1.0.1(4y ago)15MITPHPPHP 7.4

Since Jul 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/FatemeMahmoodi/laravel-todo)[ Packagist](https://packagist.org/packages/fateme-mahmoodi/laravel_todo)[ RSS](/packages/fateme-mahmoodi-laravel-todo/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

laravel-todo
============

[](#laravel-todo)

todo list

Description
-----------

[](#description)

laravel todo is a package that can use for todo list on your project

you can also filter your tasks by define labels for them

Getting Started
---------------

[](#getting-started)

### Dependencies

[](#dependencies)

- php7.4
- laravel 7.x

### Installing

[](#installing)

```
composer require FatemeMahmoodi/laravel-todo

```

### Publishing File Groups

[](#publishing-file-groups)

```
1.Views
php artisan vendor:publish --tag=laravel_todo-views
2.Config
php artisan vendor:publish --tag=laravel_todo-config
3.Migrations
php artisan vendor:publish --tag=laravel_todo-migrations

```

### Set up

[](#set-up)

#### Config

[](#config)

1. if you have your own user model please change `task_owner` in laravel\_todo.php to yours

```
'task_owner' => \FatemeMahmoodi\LaravelToDo\Models\User::class,

```

2. we use `token` driver for Authentication with a middleware named `TokenAuthorize` if you use another driver for api auth change this in the `middlewares` in laravel\_todo.php

```
'middlewares' => ['api', \FatemeMahmoodi\LaravelToDo\Http\Middleware\TokenAuthorize::class]

```

3. we use mill for send notification see  for more info

Authors
-------

[](#authors)

Version History
---------------

[](#version-history)

- v1.0.1
    - Initial Release

Run Test
--------

[](#run-test)

```
 composer run test

```

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

3

Last Release

1462d ago

Major Versions

v0.1 → v1.0.02022-07-04

### Community

Maintainers

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

---

Top Contributors

[![FatemeMahmoodi](https://avatars.githubusercontent.com/u/108448829?v=4)](https://github.com/FatemeMahmoodi "FatemeMahmoodi (22 commits)")

### Embed Badge

![Health badge](/badges/fateme-mahmoodi-laravel-todo/health.svg)

```
[![Health](https://phpackages.com/badges/fateme-mahmoodi-laravel-todo/health.svg)](https://phpackages.com/packages/fateme-mahmoodi-laravel-todo)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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