PHPackages                             mako/toolbar - 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. [Framework](/categories/framework)
4. /
5. mako/toolbar

ActiveLibrary[Framework](/categories/framework)

mako/toolbar
============

A debug toolbar for the Mako Framework

9.0.0(4mo ago)521.6k↓16.7%2BSD-3-ClausePHPPHP &gt;=8.5.0CI passing

Since Jun 28Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/mako-framework/toolbar)[ Packagist](https://packagist.org/packages/mako/toolbar)[ Docs](http://makoframework.com)[ RSS](/packages/mako-toolbar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (43)Used By (0)

Mako debug toolbar
==================

[](#mako-debug-toolbar)

[![Tests](https://github.com/mako-framework/toolbar/actions/workflows/tests.yml/badge.svg)](https://github.com/mako-framework/toolbar/actions/workflows/tests.yml)[![Static analysis](https://github.com/mako-framework/toolbar/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/mako-framework/toolbar/actions/workflows/static-analysis.yml)

Requirements
------------

[](#requirements)

Mako 12.0 or greater.

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

[](#installation)

Install the package using the following composer command:

```
composer require mako/toolbar

```

Next, add the `mako\toolbar\ToolbarPackage` package to your `app/config/application.php` config file.

You should make sure that the middleware gets executed first to ensure that the toolbar is able to collect all the information about your application.

```
$dispatcher->setMiddlewarePriority(ToolbarMiddleware::class, 1);

```

You can now add the middleware to the routes of your choice or make it global if you want to apply it to all your routes.

```
$dispatcher->registerGlobalMiddleware(ToolbarMiddleware::class);

```

> The middleware will only append the toolbar to responses with a content type of `text/html` and a body that includes a set of `` tags.

###  Health Score

60

—

FairBetter than 99% of packages

Maintenance82

Actively maintained with recent releases

Popularity33

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity93

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 94.2% 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 ~105 days

Recently: every ~176 days

Total

41

Last Release

133d ago

Major Versions

4.0.x-dev → 5.0.22022-06-15

5.0.x-dev → 6.0.02022-12-19

6.0.x-dev → 7.0.02023-09-27

7.0.x-dev → 8.0.02025-01-03

8.0.x-dev → 9.0.02026-01-05

PHP version history (8 changes)2.0.0PHP &gt;=7.0.0

3.0.0PHP &gt;=7.2.0

4.0.0PHP &gt;=7.3.0

5.0.0PHP &gt;=7.4.0

6.0.0PHP &gt;=8.0.0

7.0.0PHP &gt;=8.1.0

8.0.0PHP &gt;=8.4.0

9.0.0PHP &gt;=8.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/773958?v=4)[Frederic G. Østby](/maintainers/freost)[@freost](https://github.com/freost)

---

Top Contributors

[![freost](https://avatars.githubusercontent.com/u/773958?v=4)](https://github.com/freost "freost (147 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")

---

Tags

mako-frameworkmako-packagephpframeworktoolbarmako

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mako-toolbar/health.svg)

```
[![Health](https://phpackages.com/badges/mako-toolbar/health.svg)](https://phpackages.com/packages/mako-toolbar)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[mako/framework

Mako Framework

249170.3k23](/packages/mako-framework)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[mako/app

Mako Framework

335.0k](/packages/mako-app)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

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