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 1mo 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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

1501d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff42d04a1d50dbd1c0e8247b3aa4ac944dbd2bec6d43c3bc6757afda7cf6a9ce?d=identicon)[pouyasalimi](/maintainers/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

[cretueusebiu/laravel-vue-spa

A Laravel-Vue SPA starter project template.

3.0k18.8k](/packages/cretueusebiu-laravel-vue-spa)[michaldudek/subdomain-blacklist

Common words that your users shouldn't use when setting up accounts.

2816.0k](/packages/michaldudek-subdomain-blacklist)[ipub/gravatar

Gravatar creator for Nette Framework

122.0k1](/packages/ipub-gravatar)

PHPackages © 2026

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