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

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

wigeeky/todo
============

A package that adds the to-do functionality to your Laravel applications.

v1.0.0-beta(4y ago)02MITPHPPHP ^7.3|^8.0

Since May 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/WiGeeky/todo)[ Packagist](https://packagist.org/packages/wigeeky/todo)[ RSS](/packages/wigeeky-todo/feed)WikiDiscussions master Synced 3w ago

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

Laravel To-Do
=============

[](#laravel-to-do)

[![https://github.com/WiGeeky/todo/actions/](https://camo.githubusercontent.com/81cd52a63c12239993e4c6fd1a18ad0ce4e044e1412755680f02e804f61053f1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f7665726167652d3130302532352d627269676874677265656e3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/81cd52a63c12239993e4c6fd1a18ad0ce4e044e1412755680f02e804f61053f1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f7665726167652d3130302532352d627269676874677265656e3f7374796c653d666c61742d737175617265)[![](https://camo.githubusercontent.com/c856d759336f3811a4fd95bd51a02db939420a7277735ea8f4e8dd291377b9b4/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3439313934353432352f736869656c64)](https://camo.githubusercontent.com/c856d759336f3811a4fd95bd51a02db939420a7277735ea8f4e8dd291377b9b4/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3439313934353432352f736869656c64)[![GitHub Workflow Status](https://camo.githubusercontent.com/8278d971eb7819653e64ffe49ec667a48cb087c23a985c02f54ac70991ed53b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f57694765656b792f746f646f2f6d61696e3f7374796c653d666c61742d737175617265)](https://github.com/WiGeeky/todo/actions/)

This Laravel 7.x package is a sample laravel package that adds the to-do functionality to your existing laravel project.

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

[](#installation)

You will need to install this package from packagist:

```
composer require wigeeky/todo
```

This package is made to work out of the box, however, if you need to customize this package's prefix and middlewares, you can publish the project configuration file:

```
php artisan vendor:publish --provider="WiGeeky\Todo\TodoServiceProvider" --tag="config"
```

Entities
--------

[](#entities)

This package uses 3 entities to provide the to-do functionality:

- User (Provided by your main Laravel project)
- Task (Tasks that belong to a user)
- Label (System-wide labels that belong to tasks)

Routes
------

[](#routes)

By default, this package provides a RESTful API separated for each resource:

### Task

[](#task)

```
GET   /api/tasks                # List of tasks for the logged in user
GET   /api/tasks/{task}         # Get details about a specific task
POST  /api/tasks                # Create a new task for the logged in user
PUT   /api/tasks/{task}         # Update a task's name and description
PATCH /api/tasks/{task}         # Update a task's status
POST  /api/tasks/{task}/labels  # Add a label to the current task

```

### Label

[](#label)

```
GET  /api/labels # List of all system-wide labels that user has used so far
POST /api/labels # Add a new label to the system

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 98.8% 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

Unknown

Total

1

Last Release

1508d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20ed2d9baa7dd5100fa6a2f824706ecc0e6a5f916ba0d36a33ae75c8245aca61?d=identicon)[WiGeeky](/maintainers/WiGeeky)

---

Top Contributors

[![MikeMazalahi](https://avatars.githubusercontent.com/u/21097871?v=4)](https://github.com/MikeMazalahi "MikeMazalahi (85 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

laraveltaskslaraveltodo

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k29](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[creasi/laravel-nusa

A Laravel package that aim to provide Indonesia' Administrative Data

997.9k2](/packages/creasi-laravel-nusa)

PHPackages © 2026

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