PHPackages                             emsici/console-log - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. emsici/console-log

AbandonedLibrary[Logging &amp; Monitoring](/categories/logging)

emsici/console-log
==================

Laravel package to log messages to the browser console

013[1 PRs](https://github.com/emsici/livewire-console-log/pulls)PHP

Since Sep 1Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/emsici/livewire-console-log)[ Packagist](https://packagist.org/packages/emsici/console-log)[ RSS](/packages/emsici-console-log/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Console Log
===================

[](#laravel-console-log)

Laravel package to log messages to the browser console with style!

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

[](#installation)

1. Add the package to your Laravel project:

    ```
    composer require emsici/console-log:dev-main
    ```
2. The service providers are auto-discovered. If you have disabled package discovery, add the providers to your `config/app.php` file:

    ```
    'providers' => [
        // Other Service Providers
        emsici\ConsoleLog\ConsoleLogServiceProvider::class,
        emsici\ConsoleLog\ConsoleLogBladeServiceProvider::class,
    ],
    ```

Usage
-----

[](#usage)

Log styled messages to the browser console from your Livewire components:

```
use emsici\ConsoleLog\ConsoleLog;

ConsoleLog::log(
    ['Message 1', 'color: red; font-weight: bold;'],
    ['Message 2', 'color: blue;']
);
```

Include the Blade directive in your layout to load the required script:

```
@LivewireConsoleLog
```

This directive registers a listener that outputs the messages in the browser console with the provided styles.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance42

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f5547f60a77b92907ed9941479d9ad2466e3ab22b735cddcb69dd243803f4b3?d=identicon)[skreach](/maintainers/skreach)

---

Top Contributors

[![alinisme](https://avatars.githubusercontent.com/u/132949493?v=4)](https://github.com/alinisme "alinisme (13 commits)")[![emsici](https://avatars.githubusercontent.com/u/7910648?v=4)](https://github.com/emsici "emsici (1 commits)")

### Embed Badge

![Health badge](/badges/emsici-console-log/health.svg)

```
[![Health](https://phpackages.com/badges/emsici-console-log/health.svg)](https://phpackages.com/packages/emsici-console-log)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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