PHPackages                             caxy/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. [Framework](/categories/framework)
4. /
5. caxy/appengine-bridge

ActiveLibrary[Framework](/categories/framework)

caxy/appengine-bridge
=====================

Components to support Symfony components in Google App Engine

48PHP

Since Apr 19Pushed 11y ago33 watchersCompare

[ Source](https://github.com/caxy/AppEngineBridge)[ Packagist](https://packagist.org/packages/caxy/appengine-bridge)[ RSS](/packages/caxy-appengine-bridge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Google App Engine Bridge
========================

[](#google-app-engine-bridge)

This package supports Symfony and related components on Google App Engine.

Features
--------

[](#features)

- Monolog handler specifically for App Engine's simple `syslog()` facility.
- Pimple service provider for running Silex on App Engine.
- Abstract kernel base class that sets cache and log directories for App Engine.
- This README.

Installation
------------

[](#installation)

Add to `composer.json`:

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/caxy/AppEngineBridge.git"
        }
    ],
    "require": {
        "caxy/appengine-bridge": "~1.0@dev"
    }
}
```

### Silex

[](#silex)

Register the `AppEngineProvider` after your other providers have been registered.

```
