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

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

psli/todo
=========

To-Do Functionality for Laravel Projects

1.0.1(4y ago)09MITPHP

Since Apr 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pouyasalimi/laravel_todo)[ Packagist](https://packagist.org/packages/psli/todo)[ RSS](/packages/psli-todo/feed)WikiDiscussions main Synced 1w ago

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

Laravel Todo API
----------------

[](#laravel-todo-api)

This package has developed to extend laravel functionality with todo tasks

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

[](#getting-started)

PHP Version: 7.4+

Laravel Version: 7.x

Composer

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

[](#installation)

Run require command with composer:

`composer require psli/todo`

Publish migrations:

`php artisan vendor:publish --provider="Psli\Todo\TodoPackageServiceProvider" --tag="migrations"`

`php artisan migrate`

Use trait `HasTasks` in your User model

Usage
-----

[](#usage)

There are 2 models related to each:

1. Label: Labels help users to filter tasks. labels should be unique and system should not have a duplicate label.
2. Task: Task contains Title, Description, and Status.

The relations are as following:

1. User can have 1 + n task.
2. Task can have 1 + n label.

After install you can use php artisan route:lists and find new routes added to your laravel.

I assume have a column name "token" in our User model and auth users with custom middleware in the package.

Test
----

[](#test)

`composer test`

License
-------

[](#license)

Distributed under the MIT License. See `LICENSE.md` for more information.

Contact
-------

[](#contact)

Pouya Salimi - [@pouya](https://twitter.com/pouya) -

Project Link: [https://github.com/pouyasalimi/laravel\_todo](https://github.com/pouyasalimi/laravel_todo)

([back to top](#top))

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

2

Last Release

1593d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/322318?v=4)[Pouya Salimi](/maintainers/pouyasalimi)[@pouyasalimi](https://github.com/pouyasalimi)

---

Top Contributors

[![pouyasalimi](https://avatars.githubusercontent.com/u/322318?v=4)](https://github.com/pouyasalimi "pouyasalimi (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[johnbillion/args

I don't want to get into an argument about this.

1181.2M16](/packages/johnbillion-args)[yuanchao/laravel-5-markdown-editor

Based on the markdown editor laravel 5

2425.5k](/packages/yuanchao-laravel-5-markdown-editor)[sivka/paginator

bootstrap-4 fork of jasongrimes/php-paginator, a lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.

141.4k](/packages/sivka-paginator)

PHPackages © 2026

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