PHPackages                             firevel/stackdriver-log-channel - 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. firevel/stackdriver-log-channel

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

firevel/stackdriver-log-channel
===============================

Laravel Stackdriver log channel for Google App Engine

1.1.0(2y ago)621.9kMITPHPPHP &gt;=7.1

Since May 5Pushed 2y agoCompare

[ Source](https://github.com/firevel/stackdriver-log-channel)[ Packagist](https://packagist.org/packages/firevel/stackdriver-log-channel)[ RSS](/packages/firevel-stackdriver-log-channel/feed)WikiDiscussions master Synced 2d ago

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

Firevel - Stackdriver log channel
=================================

[](#firevel---stackdriver-log-channel)

Stackdriver log channel for [Laravel](https://www.laravel.com) compatible with Google App Engine.

This package is now DEPRECATED
==============================

[](#this-package-is-now-deprecated)

Inside of Google Cloud you can send logs to Stackdriver without custom driver using env:

```
  LOG_CHANNEL=stderr
  LOG_STDERR_FORMATTER=Monolog\Formatter\GoogleCloudLoggingFormatter

```

Installation
============

[](#installation)

1. Install package with `composer require firevel/stackdriver-log-channel`
2. Add to `config/logging.php`:

```
        'stackdriver' => [
            'driver' => 'custom',
            'via' => Firevel\Stackdriver\CreateStackdriverLogger::class,
            'level' => 'debug',
        ],

```

3. Update your `app.yaml` with:

```
env_variables:
  LOG_CHANNEL: stackdriver

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

1054d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2696038?v=4)[Michael Slowik](/maintainers/sl0wik)[@sl0wik](https://github.com/sl0wik)

---

Top Contributors

[![sl0wik](https://avatars.githubusercontent.com/u/2696038?v=4)](https://github.com/sl0wik "sl0wik (13 commits)")

---

Tags

loglaravelstackdriverapp enginefirevel

### Embed Badge

![Health badge](/badges/firevel-stackdriver-log-channel/health.svg)

```
[![Health](https://phpackages.com/badges/firevel-stackdriver-log-channel/health.svg)](https://phpackages.com/packages/firevel-stackdriver-log-channel)
```

###  Alternatives

[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k127.1M203](/packages/sentry-sentry-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299582.7k1](/packages/larabug-larabug)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

65108.9k](/packages/masterro-laravel-mail-viewer)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)[kitloong/laravel-app-logger

Laravel log for your application

101.3M8](/packages/kitloong-laravel-app-logger)

PHPackages © 2026

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