PHPackages                             eyedroot/gg - 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. eyedroot/gg

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

eyedroot/gg
===========

PHP Debug, Logging Tools

v2.2.1(2y ago)092[2 issues](https://github.com/eyedroot/gg/issues)[1 PRs](https://github.com/eyedroot/gg/pulls)MITPHPPHP ^8.3

Since Jul 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/eyedroot/gg)[ Packagist](https://packagist.org/packages/eyedroot/gg)[ Docs](https://github.com/binbyz/gg)[ RSS](/packages/eyedroot-gg/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (43)Used By (0)

GG
==

[](#gg)

This library is a PHP library required to use the GG Client. Please visit the following site:

Important Notice
----------------

[](#important-notice)

This library moved to new vendor(beaverlabs/gg) name. Please use the following command to install the library.

```
composer require --dev eyedroot/gg
```

About
-----

[](#about)

**GG Client** is a debug client for PHP developers. Install the library and check the variables you want to output in **GG Client** with `gg($foo);`. The data storage feature allows you to retrieve it later. If you're a developer using the Laravel framework, you can automatically detect exception objects and check them directly in GG Client.

Installation and Requirements
-----------------------------

[](#installation-and-requirements)

**GG Client** can be used as a package installed by the composer dependency management tool. If you're a vanilla PHP developer, you can use the following command to install the library. Before installing, make sure that the PHP version of your project is higher than `^8.3`. Note that the Laravel framework supports versions from `^9.0` and above.

Support PHP Version
-------------------

[](#support-php-version)

- `beaverlabs/gg:v2.0.0` requires PHP version `^8.3`
- `beaverlabs/gg:v1.5.3` requires PHP version `^7.4`

### Porject Installation via composer

[](#porject-installation-via-composer)

For projects that manage dependencies using composer, please install the library for your project.

```
composer require --dev beaverlabs/gg
```

### Publishing GG Client

[](#publishing-gg-client)

If you are using the Laravel framework, you can publish the GG Client to the public directory using the following command.

```
php artisan vendor:publish --provider="Beaverlabs\Gg\Providers\GgServiceProvider"
```

or

`--force` option can be used to overwrite existing files.

```
php artisan vendor:publish --provider="Beaverlabs\Gg\Providers\GgServiceProvider" --force
```

environment variables
---------------------

[](#environment-variables)

The following environment variables are required to use the library.

```
GG_ENABLED=true
GG_HOST=host.docker.internal
GG_EXCEPTION_LISTENER=false
GG_MODEL_QUERY_LISTENER=true
GG_HTTP_RESPONSE_LISTENER=true
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

Established project with proven stability

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

Recently: every ~0 days

Total

40

Last Release

792d ago

Major Versions

v1.5.2 → v2.0.02024-02-14

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

v2.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/39c668a214f7c92796af93e975aa7acc5bfc62ee974f9f933ee27c547552d32f?d=identicon)[byzz](/maintainers/byzz)

---

Top Contributors

[![eyedroot](https://avatars.githubusercontent.com/u/17328737?v=4)](https://github.com/eyedroot "eyedroot (196 commits)")

---

Tags

debugging-toolslaravelphpphploggingdebugggbeaverlabs

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/eyedroot-gg/health.svg)

```
[![Health](https://phpackages.com/badges/eyedroot-gg/health.svg)](https://phpackages.com/packages/eyedroot-gg)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)[hedii/laravel-gelf-logger

A Laravel package to send logs to a gelf compatible backend like graylog

1333.4M10](/packages/hedii-laravel-gelf-logger)

PHPackages © 2026

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