PHPackages                             tiriel/appengine-bridge - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. tiriel/appengine-bridge

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

tiriel/appengine-bridge
=======================

Symfony Bridge for deployment on Google Cloud AppEngine

v0.0.1(2y ago)023MITPHPPHP ^8.2

Since May 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Tiriel/symfony-appengine-bridge)[ Packagist](https://packagist.org/packages/tiriel/appengine-bridge)[ RSS](/packages/tiriel-appengine-bridge/feed)WikiDiscussions main Synced 1mo ago

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

Symfony Bridge for Google AppEngine
===================================

[](#symfony-bridge-for-google-appengine)

Currently very much a Work in Progress

Installation
============

[](#installation)

First, download the dependency:

```
composer require tiriel/appengine-bridge
```

Then, replace the `BaseKernel` class in you `src/Kernel.php` file with the one from this bridge:

```
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Tiriel\AppEngineBridge\Kernel\AppEngineKernel;

class Kernel extends AppEngineKernel
{
    use MicroKernelTrait;
}
```

That's it!

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49b853ba078f87a39463aafef2854c55cb06449a4c863fb99d74ce20eab1bcdf?d=identicon)[Tiriel](/maintainers/Tiriel)

---

Top Contributors

[![Tiriel](https://avatars.githubusercontent.com/u/15275371?v=4)](https://github.com/Tiriel "Tiriel (2 commits)")

### Embed Badge

![Health badge](/badges/tiriel-appengine-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/tiriel-appengine-bridge/health.svg)](https://phpackages.com/packages/tiriel-appengine-bridge)
```

###  Alternatives

[easycorp/easy-deploy-bundle

The easiest way to deploy Symfony applications

468310.2k](/packages/easycorp-easy-deploy-bundle)[phpfastcgi/speedfony-bundle

A bundle to integrate a FastCGI daemon with the symfony2 framework

909.5k](/packages/phpfastcgi-speedfony-bundle)[ezsystems/ezplatform-ee-installer

Installer for Ibexa DXP

11228.8k6](/packages/ezsystems-ezplatform-ee-installer)

PHPackages © 2026

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