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.8kMITPHPPHP &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 1mo 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 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

1007d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ef4a79c6f9a9afe04267a19b98fe0a5a45930c92d08fd720b233ab21ae102ca?d=identicon)[sl0wik](/maintainers/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

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[sentry/sentry-laravel

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

1.3k114.3M154](/packages/sentry-sentry-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[larabug/larabug

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

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

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)

PHPackages © 2026

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