PHPackages                             clodeindustrie/silverstripe-consoler - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. clodeindustrie/silverstripe-consoler

ActiveSilverstripe-vendormodule[Debugging &amp; Profiling](/categories/debugging)

clodeindustrie/silverstripe-consoler
====================================

Debug to your browser console

v1.0.2(2mo ago)01.5kBSD-3-ClausePHP

Since Aug 23Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/clodeindustrie/silverstripe-consoler)[ Packagist](https://packagist.org/packages/clodeindustrie/silverstripe-consoler)[ Docs](https://github.com/clodeindustrie/silverstripe-consoler)[ RSS](/packages/clodeindustrie-silverstripe-consoler/feed)WikiDiscussions main Synced 3w ago

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

Silverstripe Consoler
=====================

[](#silverstripe-consoler)

Print debug statements from your backend to your browser console.

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

[](#installation)

```
composer require --dev silverstripe-consoler
```

NB: By default, it is configured to be enabled only in dev environment. Along with installing it as a required-dev package, this should avoid accidentally leaking data in a production environment.

Documentation
-------------

[](#documentation)

The package is namespaced `clodeindustrie/silverstripe-consoler` however, the class is namespaced `clie/Consoler` that way it is bit easier to user directly in any class without having to `use ...` it at the top the file.

```
// Print strings
\Clie\Consoler::log('This is a debugging statement');

// Print Arrays
\Clie\Consoler::log([ "my-key" => "my-value"]);

// Print DataObjects
\Clie\Consoler::log(Member::get()->first());
```

[![screenshot](./doc/screenshot.png)](./doc/screenshot.png)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance84

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~292 days

Total

3

Last Release

85d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7faae809de937134f6fbad346c5f7a3a90960fccc43fcc6b7311606555a1b83d?d=identicon)[clodeindustrie](/maintainers/clodeindustrie)

---

Top Contributors

[![clodeindustrie](https://avatars.githubusercontent.com/u/296151?v=4)](https://github.com/clodeindustrie "clodeindustrie (5 commits)")[![allan-walker](https://avatars.githubusercontent.com/u/4606323?v=4)](https://github.com/allan-walker "allan-walker (1 commits)")

---

Tags

silverstripecms

### Embed Badge

![Health badge](/badges/clodeindustrie-silverstripe-consoler/health.svg)

```
[![Health](https://phpackages.com/badges/clodeindustrie-silverstripe-consoler/health.svg)](https://phpackages.com/packages/clodeindustrie-silverstripe-consoler)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.5M1.3k](/packages/silverstripe-cms)[lekoala/silverstripe-debugbar

DebugBar for SilverStripe CMS

55249.6k1](/packages/lekoala-silverstripe-debugbar)[sunnysideup/typography

Add a typography test page to your silverstripe website / application.

124.4k4](/packages/sunnysideup-typography)

PHPackages © 2026

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