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.1(1y ago)01.4k↓100%BSD-3-ClausePHP

Since Aug 23Pushed 1y 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 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)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

28

—

LowBetter than 54% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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 ~16 days

Total

2

Last Release

608d 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 (4 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.4M1.3k](/packages/silverstripe-cms)

PHPackages © 2026

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