PHPackages                             cedricziel/l5-appengine-mvm-loghandler - 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. cedricziel/l5-appengine-mvm-loghandler

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

cedricziel/l5-appengine-mvm-loghandler
======================================

Google AppEngine Managed VMs LogHandler

0.0.1(10y ago)012MITPHP

Since Dec 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cedricziel/l5-appengine-mvm-loghandler)[ Packagist](https://packagist.org/packages/cedricziel/l5-appengine-mvm-loghandler)[ RSS](/packages/cedricziel-l5-appengine-mvm-loghandler/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

l5-appengine-mvm-loghandler
===========================

[](#l5-appengine-mvm-loghandler)

[![Dependency Status](https://camo.githubusercontent.com/85c5fa19d940145848120dfcf07d14368dbe11f2d40de7938ff35711a1914313/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536613738306235376530336337303033373764656266372f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/56a780b57e03c700377debf7)

Google AppEngine Managed VMs LogHandler.

Instructions
------------

[](#instructions)

Require the package with composer:

```
composer require cedricziel/l5-appengine-mvm-loghandler

```

Bind the `ConfigureLogging` class to the custom implementation in `bootstrap/app.php`:

```
$app->singleton(
    Illuminate\Foundation\Bootstrap\ConfigureLogging::class,
    CedricZiel\AppEngineMvmLoghandler\LoggingConfiguration::class
);
```

Replace the stock `ConfigureLogging` bootstrapper with a the custom implementation, by overriding the `bootstrapers` field in `app/Http/Kernel.php`:

```
    /**
     * The bootstrap classes for the application.
     *
     * @var array
     */
    protected $bootstrappers = [
        'Illuminate\Foundation\Bootstrap\DetectEnvironment',
        'Illuminate\Foundation\Bootstrap\LoadConfiguration',
        // replace ConfigureLogging
        'CedricZiel\AppEngineMvmLoghandler\LoggingConfiguration',
        'Illuminate\Foundation\Bootstrap\HandleExceptions',
        'Illuminate\Foundation\Bootstrap\RegisterFacades',
        'Illuminate\Foundation\Bootstrap\RegisterProviders',
        'Illuminate\Foundation\Bootstrap\BootProviders',
    ];
```

Aaaand in `app/Console/Kernel.php`:

```
    /**
     * The bootstrap classes for the application.
     *
     * @var array
     */
    protected $bootstrappers = [
        'Illuminate\Foundation\Bootstrap\DetectEnvironment',
        'Illuminate\Foundation\Bootstrap\LoadConfiguration',
        'CedricZiel\AppEngineMvmLoghandler\LoggingConfiguration',
        'Illuminate\Foundation\Bootstrap\HandleExceptions',
        'Illuminate\Foundation\Bootstrap\RegisterFacades',
        'Illuminate\Foundation\Bootstrap\SetRequestForConsole',
        'Illuminate\Foundation\Bootstrap\RegisterProviders',
        'Illuminate\Foundation\Bootstrap\BootProviders',
    ];
```

Use the log-handler in `.env`:

```
APP_LOG=appenginemvm

```

License
-------

[](#license)

The MIT license

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3850d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ac8297e12671d91305ec01ab56add8cb141fa82d678ba96f0012eeb7f88ea0c?d=identicon)[cedricziel](/maintainers/cedricziel)

---

Top Contributors

[![cedricziel](https://avatars.githubusercontent.com/u/418970?v=4)](https://github.com/cedricziel "cedricziel (7 commits)")

### Embed Badge

![Health badge](/badges/cedricziel-l5-appengine-mvm-loghandler/health.svg)

```
[![Health](https://phpackages.com/badges/cedricziel-l5-appengine-mvm-loghandler/health.svg)](https://phpackages.com/packages/cedricziel-l5-appengine-mvm-loghandler)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[mateusjunges/laravel-kafka

A kafka driver for laravel

7253.6M21](/packages/mateusjunges-laravel-kafka)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)

PHPackages © 2026

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