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

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

vohinc/laravel-google-logging
=============================

Laravel Logging integrated to Google Cloud Logging

v1.0.2(5y ago)12.1kMITPHP

Since Jun 25Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (4)Used By (0)

Laravel Google Logging Handler
==============================

[](#laravel-google-logging-handler)

Laravel google logging handler

Requirement
-----------

[](#requirement)

- Laravel 5.8 or above
- Logging Admin Role in Google Cloud Platform IAM

Install
-------

[](#install)

```
composer require vohinc/laravel-google-logging
```

Config
------

[](#config)

Add a new driver to your logging.php

```
'google-logging' => [
    'driver' => 'custom',
    'via' => \Voh\LaravelGoogleLogging\LoggingDriver::class,
    'level' => 'debug',
    'projectId' => 'your-google-project-id',
    'keyFilePath' => 'google-credential-file-path,
    'logName' => 'application-log',
    'labels' => [
        'application' => 'my-application',
    ],
],

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

3

Last Release

2147d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5c229ec5f9469761debea04b33b5168c9b732318fde06cb01acc237c4e78528?d=identicon)[casperlaitw](/maintainers/casperlaitw)

---

Top Contributors

[![CasperLaiTW](https://avatars.githubusercontent.com/u/5094008?v=4)](https://github.com/CasperLaiTW "CasperLaiTW (3 commits)")

---

Tags

gcplaravellogging

### Embed Badge

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

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

###  Alternatives

[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[freshbitsweb/laravel-log-enhancer

Make debugging easier by adding more data to your laravel logs

346569.0k](/packages/freshbitsweb-laravel-log-enhancer)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.2M](/packages/honeybadger-io-honeybadger-laravel)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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