PHPackages                             jonathan-reichardt/markdown-task-lists - 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. jonathan-reichardt/markdown-task-lists

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

jonathan-reichardt/markdown-task-lists
======================================

Frok from kirra/markdown-task-lists. Support Github's Task Lists in a cebe/markdown parser.

v1.0.4(5y ago)05.4k[1 PRs](https://github.com/jonathan-reichardt/markdown-task-lists/pulls)MITPHPPHP &gt;=7.1CI failing

Since Oct 15Pushed 8mo agoCompare

[ Source](https://github.com/jonathan-reichardt/markdown-task-lists)[ Packagist](https://packagist.org/packages/jonathan-reichardt/markdown-task-lists)[ RSS](/packages/jonathan-reichardt-markdown-task-lists/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (7)Used By (0)

[cebe/markdown](https://github.com/cebe/markdown) Github Task Lists Support
===========================================================================

[](#cebemarkdown-github-task-lists-support)

Forked from [kirra/markdown-task-lists](https://github.com/kirra/markdown-task-lists) for some minor changes.

A trait to extend [cebe/markdown](https://github.com/cebe/markdown) with [Task Lists support](https://github.blog/2013-01-09-task-lists-in-gfm-issues-pulls-comments).

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

[](#installation)

PHP 7.1 or higher is required to use it.

```
composer require jonathan-reichardt/markdown-task-lists
```

Usage
-----

[](#usage)

To parse a Task List you need to make your own parser, and let it `use` the [TaskListsTrait]('./src/TaskListsTrait.php').

```
class MyParser extends \cebe\markdown\Markdown {
	use JonathanReichardt\Markdown\TaskListsTrait;
}

$parser = new MyParser();
$parser->parse("- [ ] Open"); // Will return a list with an open checkbox.
```

Everything after the checkbox will be parsed as inline elements. So you can still apply every inline style your parser supports.

Usage in your own parser
------------------------

[](#usage-in-your-own-parser)

If you build a fully custom parser, make sure it includes `cebe\markdown\block\ListTrait`, as the checkbox only works within a list.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance43

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~102 days

Total

5

Last Release

1991d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31374296?v=4)[Jonathan Darius Reichardt](/maintainers/jonathan-reichardt)[@jonathan-reichardt](https://github.com/jonathan-reichardt)

---

Top Contributors

[![doekenorg](https://avatars.githubusercontent.com/u/529515?v=4)](https://github.com/doekenorg "doekenorg (4 commits)")[![sjadema](https://avatars.githubusercontent.com/u/5380502?v=4)](https://github.com/sjadema "sjadema (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jonathan-reichardt-markdown-task-lists/health.svg)

```
[![Health](https://phpackages.com/badges/jonathan-reichardt-markdown-task-lists/health.svg)](https://phpackages.com/packages/jonathan-reichardt-markdown-task-lists)
```

PHPackages © 2026

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