PHPackages                             integer-net/todo-reminder - 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. integer-net/todo-reminder

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

integer-net/todo-reminder
=========================

GrumPHP Extension to remind you of undone todos

v0.2.0(6y ago)163MITPHPPHP ~7.1

Since Feb 5Pushed 6y ago7 watchersCompare

[ Source](https://github.com/integer-net/todo-reminder)[ Packagist](https://packagist.org/packages/integer-net/todo-reminder)[ RSS](/packages/integer-net-todo-reminder/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (12)Versions (3)Used By (0)

Todo Reminder
=============

[](#todo-reminder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5ec0fe3cfa015e1c0a61a4c00864d39e6242a1806d4ece55fbb2c9c2a20f086f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e74656765722d6e65742f746f646f2d72656d696e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/integer-net/todo-reminder)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/a011077ec0686b3453dbb367c43e1893a4735376e4b70c371922b6d1109910d3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696e74656765722d6e65742f746f646f2d72656d696e6465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/integer-net/todo-reminder)[![Coverage Status](https://camo.githubusercontent.com/7153669fe47c8bdc68b41d9d954b585512453a1cdbf8bea61893b1971f82738f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f696e74656765722d6e65742f746f646f2d72656d696e6465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/integer-net/todo-reminder/code-structure)[![Quality Score](https://camo.githubusercontent.com/d2deb29471c4321ff5fe9206786f0505b6696b898139664379a7605dc4c41345/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696e74656765722d6e65742f746f646f2d72656d696e6465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/integer-net/todo-reminder)[![Total Downloads](https://camo.githubusercontent.com/a6f72ee5344db727ad6a945ceb10982b4dba4e7cd51633973cf586895805f46e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e74656765722d6e65742f746f646f2d72656d696e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/integer-net/todo-reminder)

A command line script that reminds of unfinished TODO comments in changed PHP files after Git commit. Intended as `post-commit` Git hook.

Install
-------

[](#install)

Via Composer in project

```
composer require integer-net/todo-reminder
```

Via Composer globally

```
composer global require integer-net/todo-reminder
```

Usage
-----

[](#usage)

To check the last commit of the current repository, run

```
vendor/bin/todo
```

If you installed Todo Reminder globally,

```
todo --root /path/to/repository
```

To run the checks automatically after each commit, create a hook as `.git/hooks/post-commit` with content like:

```
#!/bin/sh
exec vendor/bin/todo
```

Make the hook executable, so that Git can run it:

```
chmod +x .git/hooks/post-commit

```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
composer test
```

Runs unit tests, mutation tests and static analysis

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Fabian Schmengler](https://github.com/schmengler)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

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 ~513 days

Total

2

Last Release

2502d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be7ce3a8a91df7dcf5f545b805865f65cab4b96daedfd3bc20a3b792d2450467?d=identicon)[schmengler](/maintainers/schmengler)

![](https://www.gravatar.com/avatar/78e73cb79c6200c1d74eb632e79da9d227041735160b9795a1146537ba58f386?d=identicon)[integer-net](/maintainers/integer-net)

---

Top Contributors

[![schmengler](https://avatars.githubusercontent.com/u/367320?v=4)](https://github.com/schmengler "schmengler (24 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/integer-net-todo-reminder/health.svg)

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

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M565](/packages/symfony-maker-bundle)[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M55](/packages/roave-backward-compatibility-check)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[recca0120/laravel-erd

Laravel ERD automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using Vuerd.

36072.0k](/packages/recca0120-laravel-erd)[ondrejmirtes/better-reflection

Better Reflection - an improved code reflection API

136.2M4](/packages/ondrejmirtes-better-reflection)[drupal-code-builder/drupal-code-builder

Code generator for Drupal

27241.1k1](/packages/drupal-code-builder-drupal-code-builder)

PHPackages © 2026

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