PHPackages                             pauloamgomes/cockpit-cms-kint - 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. [API Development](/categories/api)
4. /
5. pauloamgomes/cockpit-cms-kint

AbandonedArchivedProject[API Development](/categories/api)

pauloamgomes/cockpit-cms-kint
=============================

Kint addon for Cockpit Headless CMS

0.1(7y ago)2161MITPHPPHP ^7.0

Since Sep 30Pushed 7y ago2 watchersCompare

[ Source](https://github.com/pauloamgomes/cockpit-cms-kint)[ Packagist](https://packagist.org/packages/pauloamgomes/cockpit-cms-kint)[ Docs](https://github.com/pauloamgomes/cockpit-cms-kint)[ RSS](/packages/pauloamgomes-cockpit-cms-kint/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Cockpit CMS Kint Addon
======================

[](#cockpit-cms-kint-addon)

This addon extends Cockpit CMS (Next) core by providing debug functionality based on the [Kint PHP Library](https://github.com/kint-php/kint/).

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

[](#installation)

Installation can be performed with or without php composer (But keep in mind that after downloaded/extracted the addon must be named Kint).

### Without php composer

[](#without-php-composer)

1. Download zip and extract to 'your-cockpit-docroot/addons/Kint' (e.g. cockpitcms/addons/Kint)
2. Install Kint dependency using composer

```
$ cd your-cockpit-docroot/addons/Kint
$ composer install
```

### Using php composer

[](#using-php-composer)

1. Install addon using composer

```
$ cd your-cockpit-docroot/addons
$ composer create-project pauloamgomes/cockpit-cms-kint Kint
```

Configuration
-------------

[](#configuration)

No configuration is required.

Usage
-----

[](#usage)

The Cockpit Kint is a developer addon, to be used for example when implementing your own addons, there are two basic methods:

1. **Dump** - will dump the variables to the screen

```
$this->app->module('kint')->dump($var1, $var2, ...);
```

[![Dump Example](https://camo.githubusercontent.com/ed3c25edd099eb78d3e5960c71665951dff2eb05c770d00e65dd59b9fb1fb899/68747470733a2f2f6d6f6e6f736e61702e636f6d2f696d6167652f43314654686931486a6a4c6f656c324b543055477a3642644533416e444a2e706e67)](https://camo.githubusercontent.com/ed3c25edd099eb78d3e5960c71665951dff2eb05c770d00e65dd59b9fb1fb899/68747470733a2f2f6d6f6e6f736e61702e636f6d2f696d6167652f43314654686931486a6a4c6f656c324b543055477a3642644533416e444a2e706e67)

2. **Console** - will dump the variables to the browser console

```
$this->app->module('kint')->console($var1, $var2, ...);
```

[![Console Example](https://camo.githubusercontent.com/0c1923f110453b87de7573df3b4a2425948d3e7bcc3064f86547205b33ad5e69/68747470733a2f2f6d6f6e6f736e61702e636f6d2f696d6167652f6a47694c6965534730636d7759426c75464d76327972456464557a37696f2e706e67)](https://camo.githubusercontent.com/0c1923f110453b87de7573df3b4a2425948d3e7bcc3064f86547205b33ad5e69/68747470733a2f2f6d6f6e6f736e61702e636f6d2f696d6167652f6a47694c6965534730636d7759426c75464d76327972456464557a37696f2e706e67)

If the debug functions are called during an API request, the output will be logged using the HTTP headers instead:

[![Headers](https://camo.githubusercontent.com/f9f98b66398219f4fad69f2bbbcae3f31acc1249cd209a0e9da8085224ae00a5/68747470733a2f2f6d6f6e6f736e61702e636f6d2f696d6167652f364f34616e7a59684b705a774e646946794b6e586845697336435777415a2e706e67)](https://camo.githubusercontent.com/f9f98b66398219f4fad69f2bbbcae3f31acc1249cd209a0e9da8085224ae00a5/68747470733a2f2f6d6f6e6f736e61702e636f6d2f696d6167652f364f34616e7a59684b705a774e646946794b6e586845697336435777415a2e706e67)

Copyright and license
---------------------

[](#copyright-and-license)

Copyright 2018 pauloamgomes under the MIT license.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

2781d ago

### Community

Maintainers

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

---

Top Contributors

[![pauloamgomes](https://avatars.githubusercontent.com/u/102261?v=4)](https://github.com/pauloamgomes "pauloamgomes (1 commits)")

---

Tags

cockpit-cmscockpit-cms-addonkintapidebugcockpitcmsheadlesskint

### Embed Badge

![Health badge](/badges/pauloamgomes-cockpit-cms-kint/health.svg)

```
[![Health](https://phpackages.com/badges/pauloamgomes-cockpit-cms-kint/health.svg)](https://phpackages.com/packages/pauloamgomes-cockpit-cms-kint)
```

###  Alternatives

[aheinze/cockpit

Cockpit Headless CMS

5.4k2.0k4](/packages/aheinze-cockpit)[getkirby/kql

Kirby Query Language

15124.3k](/packages/getkirby-kql)[aimeos/aimeos-headless

Aimeos headless ecommerce system

2.5k2.3k](/packages/aimeos-aimeos-headless)[kontent-ai/delivery-sdk-php

Kontent.ai Delivery SDK for PHP

4628.8k](/packages/kontent-ai-delivery-sdk-php)[joy/voyager-api

This Laravel/Voyager module adds REST Api with swagger support to Voyager.

204.7k3](/packages/joy-voyager-api)

PHPackages © 2026

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