PHPackages                             superchairon/laravel-google-cloud-logging - 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. superchairon/laravel-google-cloud-logging

ActiveLibrary

superchairon/laravel-google-cloud-logging
=========================================

A Google Cloud Logging system for Laravel

1.0.1(6y ago)128.1k↓50%8[2 PRs](https://github.com/superchairon/laravel-google-cloud-logging/pulls)MITPHP

Since Sep 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/superchairon/laravel-google-cloud-logging)[ Packagist](https://packagist.org/packages/superchairon/laravel-google-cloud-logging)[ RSS](/packages/superchairon-laravel-google-cloud-logging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

laravel-google-cloud-storage
============================

[](#laravel-google-cloud-storage)

A Google Cloud Storage filesystem for Laravel.

[![Latest Stable Version](https://camo.githubusercontent.com/bde5ad75ea3c6af4d1ab113341b0e67ecbb81574f216c408f344d750aa640f02/68747470733a2f2f706f7365722e707567782e6f72672f737570657263686169726f6e2f6c61726176656c2d676f6f676c652d636c6f75642d6c6f6767696e672f762f737461626c65)](https://packagist.org/packages/superchairon/laravel-google-cloud-logging)[![License](https://camo.githubusercontent.com/fcf2862b7b8f67ba29ce7b76f63fa3da3bec97e9bab6fe54515dc8ae4f74b919/68747470733a2f2f706f7365722e707567782e6f72672f737570657263686169726f6e2f6c61726176656c2d676f6f676c652d636c6f75642d6c6f6767696e672f6c6963656e7365)](https://packagist.org/packages/superchairon/laravel-google-cloud-logging)[![Total Downloads](https://camo.githubusercontent.com/5505c880edb0c760888004b06ba610d4b6c6ebad198fda474f766a84481f8815/68747470733a2f2f706f7365722e707567782e6f72672f737570657263686169726f6e2f6c61726176656c2d676f6f676c652d636c6f75642d6c6f6767696e672f646f776e6c6f616473)](https://packagist.org/packages/superchairon/laravel-google-cloud-logging)

This package is a driver for logging and error reporting for Google Cloud Platform Stackdriver.

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

[](#installation)

```
composer require superchairon/laravel-google-cloud-logging
```

Add a new driver in your `logging.php` config

```
        'stackdriver' => [
            'driver' => 'custom',
            'via' => \SuperChairon\LaravelGoogleCloudLogging\StackdriverDriver::class,
            'logName' => 'my-application-log',
            'labels' => [
                'application' => env('APP_NAME'),
                'environment' => env('APP_ENV'),
                'other labels' => '...',
            ],
            'level' => 'debug',
        ]
```

### Authentication

[](#authentication)

The Google Client uses a few methods to determine how it should authenticate with the Google API.

If the `GOOGLE_CLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` env vars are set, it will use that.

```
putenv('GOOGLE_CLOUD_PROJECT=project-id');
putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json');
```

While running on **Google Cloud Platform** environments such as **Google Compute Engine**, **Google App Engine** and **Google Kubernetes Engine**, no extra work is needed. The Project ID and Credentials and are discovered automatically. Code should be written as if already authenticated.

For more information visit the [Authentication documentation for the Google Cloud Client Library for PHP](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

2447d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c106a130fa7d8bfd5b8359bb54001bc3701b5626408a029e6de66ee7826b93e?d=identicon)[superchairon](/maintainers/superchairon)

### Embed Badge

![Health badge](/badges/superchairon-laravel-google-cloud-logging/health.svg)

```
[![Health](https://phpackages.com/badges/superchairon-laravel-google-cloud-logging/health.svg)](https://phpackages.com/packages/superchairon-laravel-google-cloud-logging)
```

###  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)
