PHPackages                             navidbakhtiary/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. [Testing &amp; Quality](/categories/testing)
4. /
5. navidbakhtiary/todo

ActiveLibrary[Testing &amp; Quality](/categories/testing)

navidbakhtiary/todo
===================

laravel project-independent package that adds the ToDo ability

v1.0.0(3y ago)010[1 issues](https://github.com/navidbakhtiary/ToDoPackage/issues)MITPHP

Since Jun 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/navidbakhtiary/ToDoPackage)[ Packagist](https://packagist.org/packages/navidbakhtiary/todo)[ RSS](/packages/navidbakhtiary-todo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

ToDo Package
============

[](#todo-package)

This package is a tool to add ToDo capability to various Laravel projects. Depending on the needs of the project, you can use it to define tasks and labels and attach labels to task. Change of status and task information is possible. When the status of a task is closed, an email notification is sent to the task owner. [MailTrap.io](https://mailtrap.io) is used to receive notification emails. Sanctum package has been used for authentications. The TDD approach has been used to test all APIs. Attempts have been made to consider all happy-path and unhappy-path.

You can develop it or challenge it if you wish. I will be grateful if you give me your comments. You can send me your comments via  or [GitHub Issues](https://github.com/navidbakhtiary/ToDoPackage/issues).
Thank you for your attention.

How To Use
==========

[](#how-to-use)

1. Install Laravel 7.\* ```
    composer create-project --prefer-dist laravel/laravel:^7.0 project-name

    ```
2. Install [Sanctum](https://laravel.com/docs/7.x/sanctum) and configure it.
3. Install navid bakhtiary ToDo Package ```
    composer require navidbakhtiary/todo

    ```
4. Create database in MySQL and set DB\_DATABASE in .env file based on its name. Then run migrations. ```
    php artisan migrate

    ```
5. Create an account in [MailTrap.io](https://mailtrap.io). Change .env file MAIL configuration based on SMTP settings of your account for Laravel 7+ Integrations. After email notification sent, you can see sent email in inbox of your MailTrap account.

    [![image](https://user-images.githubusercontent.com/56556526/173661347-8b91a71b-faa8-40bf-be5e-5db40790777b.png)](https://user-images.githubusercontent.com/56556526/173661347-8b91a71b-faa8-40bf-be5e-5db40790777b.png)
6. Add following code into testsuites tag in phpunit.xml of Laravel project. Adding these lines makes it possible to run package tests. ```

         ./vendor/navidbakhtiary/todo/tests/Feature

         ./vendor/navidbakhtiary/todo/tests/Unit

    ```

    [![image](https://user-images.githubusercontent.com/56556526/173681891-c7dd45ff-3c72-4113-9147-536f5109abf9.png)](https://user-images.githubusercontent.com/56556526/173681891-c7dd45ff-3c72-4113-9147-536f5109abf9.png)
7. You can run all tests. In terminal run command `vendor\bin\phpunit`. If you want to run a specific test class in package run command `vendor\bin\phpunit --filter "NavidBakhtiary\\ToDo\\Tests\\Feature\\TestClass"`

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

Unknown

Total

1

Last Release

1433d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b2c3a78e2b54da12abca871d648adee28fec6aa4a34115c44d031b5e527999d?d=identicon)[navidbakhtiary](/maintainers/navidbakhtiary)

---

Top Contributors

[![navidbakhtiary](https://avatars.githubusercontent.com/u/56556526?v=4)](https://github.com/navidbakhtiary "navidbakhtiary (11 commits)")

---

Tags

laravellaravel-apilaravel-frameworklaravel-packagelaravel-testlaravel7xphp-laravelphpunittdd-laraveltodo-apptodo-project

### Embed Badge

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

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

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