PHPackages                             diegosoek/laravel-stackdriver - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. diegosoek/laravel-stackdriver

ActiveLibrary[HTTP &amp; Networking](/categories/http)

diegosoek/laravel-stackdriver
=============================

Package to connect Laravel with Stackdriver

v0.0.7(7y ago)05MITPHP

Since May 26Pushed 6y agoCompare

[ Source](https://github.com/diegosoek/laravel-stackdriver)[ Packagist](https://packagist.org/packages/diegosoek/laravel-stackdriver)[ RSS](/packages/diegosoek-laravel-stackdriver/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

Laravel Stackdriver
===================

[](#laravel-stackdriver)

### Installation:

[](#installation)

```
composer require deferdie/laravel-stackdriver

```

### Add the following enviroment variables to your .env file

[](#add-the-following-enviroment-variables-to-your-env-file)

```
GCP_PROJECT_ID=YOUR GOOGLE CLOUD PROJECT ID
GCP_LOG_NAME=YOUR LOG NAME
GOOGLE_APPLICATION_CREDENTIALS=PATH TO YOUR CREDIENTIAL.JSON FILE

```

To optain a JSON file containing your credientials, you first need to create a google service account and get a key file from the IAM section.

### In your config/app.php within your providers array

[](#in-your-configappphp-within-your-providers-array)

```
StackDriverLogger\LaravelStackDriverServiceProvider::class,

```

### In your app/Exceptions/Handler.php

[](#in-your-appexceptionshandlerphp)

```
use StackDriverLogger\StackDriverLogger;

```

and finally within the report function

```
$log = new StackDriverLogger();
$log->log($exception);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Recently: every ~23 days

Total

7

Last Release

2907d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3009339?v=4)[Diego José Soek](/maintainers/diegosoek)[@diegosoek](https://github.com/diegosoek)

---

Top Contributors

[![deferdie](https://avatars.githubusercontent.com/u/14778675?v=4)](https://github.com/deferdie "deferdie (12 commits)")

### Embed Badge

![Health badge](/badges/diegosoek-laravel-stackdriver/health.svg)

```
[![Health](https://phpackages.com/badges/diegosoek-laravel-stackdriver/health.svg)](https://phpackages.com/packages/diegosoek-laravel-stackdriver)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k126](/packages/httpsoft-http-message)[google/cloud-error-reporting

Stackdriver Error Reporting Client for PHP

204.5M34](/packages/google-cloud-error-reporting)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69131.6k](/packages/serpapi-google-search-results-php)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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