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 yesterday

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 37% 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

2815d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2eed56bd3dd61d8187900b4151fd7fa25a52bd016d6f1c41a7a293801a0e0c65?d=identicon)[diegosoek](/maintainers/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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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