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

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

blue32a/monolog-google-cloud-logging
====================================

Google Cloud Logging handler for Monolog.

v1.0.0(3y ago)0609MITPHPPHP &gt;=7.4

Since Oct 21Pushed 3y ago1 watchersCompare

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

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

monolog-google-cloud-logging
============================

[](#monolog-google-cloud-logging)

[![Test](https://github.com/blue32a/monolog-google-cloud-logging/workflows/Test/badge.svg)](https://github.com/blue32a/monolog-google-cloud-logging/workflows/Test/badge.svg)

About
-----

[](#about)

[Google Cloud Logging](https://github.com/googleapis/google-cloud-php-logging) handler for [Monolog](https://github.com/Seldaek/monolog).

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

[](#installation)

```
$ composer require blue32a/monolog-google-cloud-logging
```

Usage
-----

[](#usage)

```
use Blue32a\MonologGoogleCloudLoggingHandler\GoogleCloudLoggingHandler;

$logger = new \Monolog\Logger();

$config = ['projectId' => 'xxxxx'];
$loggingClient = GoogleCloudLoggingHandler::factoryLoggingClient($config);
$handler = new GoogleCloudLoggingHandler('logname', $loggingClient);
$logger->pushHandler($handler);

$logger->info('Hello World!');
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

2

Last Release

1296d ago

Major Versions

v0.1.0 → v1.0.02022-10-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/69a0bd5db8cac8aca15e92e9131a12a0123f95803e6eb569e7a57542166fde05?d=identicon)[Blue32A](/maintainers/Blue32A)

---

Top Contributors

[![blue32a](https://avatars.githubusercontent.com/u/3939507?v=4)](https://github.com/blue32a "blue32a (9 commits)")

---

Tags

google-cloud-loggingmonolog-handlerphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k189.7M257](/packages/symfony-monolog-bridge)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M81](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M517](/packages/illuminate-log)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)[google/cloud-error-reporting

Stackdriver Error Reporting Client for PHP

204.2M23](/packages/google-cloud-error-reporting)[graycore/magento2-stdlogging

A Magento 2 module that changes all logging handlers to stdout

2382.6k](/packages/graycore-magento2-stdlogging)

PHPackages © 2026

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