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)165MITPHPPHP ~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 2w ago

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

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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

2554d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/2962722?v=4)[integer\_net GmbH](/maintainers/integer-net)[@integer-net](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[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.4k118.7M681](/packages/symfony-maker-bundle)[roave/backward-compatibility-check

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

6003.6M95](/packages/roave-backward-compatibility-check)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4814.0M23](/packages/coenjacobs-mozart)[v.chetkov/php-clean-architecture

PHP Clean Architecture

14659.9k](/packages/vchetkov-php-clean-architecture)[phpdocumentor/reflection

Reflection library to do Static Analysis for PHP Projects

12524.8M146](/packages/phpdocumentor-reflection)

PHPackages © 2026

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