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

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

geeksesi/todo-lover
===================

todo lover is a laravel package that can manage your todos

23PHP

Since May 3Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

todo-lover
==========

[](#todo-lover)

todo lover is a laravel package that can manage your todos

[see tasks](https://github.com/geeksesi/todo-lover/blob/master/Task.pdf)

Installation
============

[](#installation)

```
composer require geeksesi/todo-lover

```

### compatibilities

[](#compatibilities)

- php7.4
- laravel 7.x

### enviroments :

[](#enviroments-)

- send mail : [mailtrap](https://mailtrap.io/blog/send-email-in-laravel/)

### publish :

[](#publish-)

```
# migration
php artisan vendor:publish --tag=todo_lover-migrations
# config
php artisan vendor:publish --tag=todo_lover-config

```

Configs
=======

[](#configs)

### Authentication

[](#authentication)

default `Authentication model (user)` is set by your app default config on :

- `config/auth.php`

```
    // ...

    'providers' => [
        'users' => [
            'driver' => 'eloquent',
            'model' => App\User::class,
        ],
    // ...

    ],

    // ...

```

this config will overwrite [OwnerModel](https://github.com/geeksesi/todo-lover/blob/ffa8bccd9b84a84ad2cc32e584f5cf1d2544d16e/src/TodoLoverServiceProvider.php#L39) in this package

if there is no providers config we will use our [user model](https://github.com/geeksesi/todo-lover/blob/master/src/Models/User.php)

to support your user model for `tasks` use this trait :

```
    use \Geeksesi\TodoLover\HasTaskTrait;

```

also if you have your own token authentication ( like passport, sanctum ) you should overwrite config file middelware

```
    "middleware" => ["api", UserHandMadeTokenAuthorize::class],

    # set your authentication middelware instead of : UserHandMadeTokenAuthorize::class

```

Test
====

[](#test)

```
composer run test

```

License
=======

[](#license)

MIT

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

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/ba9220cad20305962cf4394cd80b5039c9adb2340ffc996476f346f7d3e0b650?d=identicon)[geeksesi](/maintainers/geeksesi)

---

Top Contributors

[![geeksesi](https://avatars.githubusercontent.com/u/28778964?v=4)](https://github.com/geeksesi "geeksesi (77 commits)")

### Embed Badge

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

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

###  Alternatives

[infocyph/uid

UUID (RFC 4122 + Unofficial/Draft), ULID, Snowflake ID, Sonyflake ID, TBSL (library exclusive) generator!

105.1k](/packages/infocyph-uid)

PHPackages © 2026

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