PHPackages                             abedimostafa/to\_do - 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. abedimostafa/to\_do

ActiveLibrary

abedimostafa/to\_do
===================

This package adds Todo ability to the main laravel project

012JavaScript

Since Sep 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AbediMostafa/laravel-todo)[ Packagist](https://packagist.org/packages/abedimostafa/to_do)[ RSS](/packages/abedimostafa-to-do/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel labaling system
=======================

[](#laravel-labaling-system)

This package adds Todo ability to the main laravel project

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

[](#installation)

You can install the package via composer:

```
composer require abedimostafa/to_do
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="todo-app" --force
php artisan migrate

```

- For getting access to the authenticated user and relation methods add ExtendedUser trait to the User model :

```
use AbediMostafa\ToDo\http\Models\Traits\ExtendedUser;

class User extends Authenticatable
{
    use Notifiable,ExtendedUser;

```

considerations
--------------

[](#considerations)

- Be sure to use ExtendedUser with correct namespace
- Set up the email configuration in the .env file before using the package

Usage
-----

[](#usage)

It's all set, hit /login url and enjoy the package

- [Mostafa Abedi](https://www.linkedin.com/in/mostafa-abedi-081785157/)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/357603956ed9893cc9148af3f1743d9feaae91e55e85da45c8fba496a0c52ef6?d=identicon)[AbediMostafa](/maintainers/AbediMostafa)

---

Top Contributors

[![AbediMostafa](https://avatars.githubusercontent.com/u/20539840?v=4)](https://github.com/AbediMostafa "AbediMostafa (1 commits)")

### Embed Badge

![Health badge](/badges/abedimostafa-to-do/health.svg)

```
[![Health](https://phpackages.com/badges/abedimostafa-to-do/health.svg)](https://phpackages.com/packages/abedimostafa-to-do)
```

PHPackages © 2026

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