PHPackages                             einnar82/google-stack-driver - 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. einnar82/google-stack-driver

ActiveLibrary

einnar82/google-stack-driver
============================

Laravel log driver for Google App Engine

1.2(4y ago)12.6k[1 PRs](https://github.com/einnar82/google-stack-driver/pulls)MITPHPCI failing

Since Nov 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/einnar82/google-stack-driver)[ Packagist](https://packagist.org/packages/einnar82/google-stack-driver)[ RSS](/packages/einnar82-google-stack-driver/feed)WikiDiscussions master Synced 1mo ago

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

Google Stack Logger For Laravel
-------------------------------

[](#google-stack-logger-for-laravel)

Instructions:

Install the package via composer

```
$ composer require einnar82/google-stack-driver

```

Next, go to **config/logging.php** and add the google stack logger in the options

```
'channels' => [
    'stackdriver' => [
          'driver' => 'custom',
          'via' => RannieOllit\GoogleStackDriver\StackDriverLogger::class,
          'level' => 'debug',
    ],

```

Then set your **LOG\_CHANNEL** into 'stackdriver' in your **.env**

Reference:

[Run Laravel on Google App Engine standard environment](https://cloud.google.com/community/tutorials/run-laravel-on-appengine-standard)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~319 days

Total

3

Last Release

1747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/128d6bea30ee15fa11d9882ccc62ab1c003c4b3c12a6ea25fa0681fd8f5cb7ab?d=identicon)[einnar82](/maintainers/einnar82)

---

Top Contributors

[![einnar82](https://avatars.githubusercontent.com/u/23412411?v=4)](https://github.com/einnar82 "einnar82 (8 commits)")[![petnet-rollit](https://avatars.githubusercontent.com/u/68719835?v=4)](https://github.com/petnet-rollit "petnet-rollit (2 commits)")

### Embed Badge

![Health badge](/badges/einnar82-google-stack-driver/health.svg)

```
[![Health](https://phpackages.com/badges/einnar82-google-stack-driver/health.svg)](https://phpackages.com/packages/einnar82-google-stack-driver)
```

###  Alternatives

[google/cloud-error-reporting

Stackdriver Error Reporting Client for PHP

204.2M24](/packages/google-cloud-error-reporting)[gluedev/laravel-stackdriver

Enables logging, tracing and error reporting to Google Stackdriver for the Laravel framework

4865.6k](/packages/gluedev-laravel-stackdriver)[codeinternetapplications/monolog-stackdriver

Stackdriver handler for Monolog.

14181.7k](/packages/codeinternetapplications-monolog-stackdriver)

PHPackages © 2026

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