PHPackages                             useallfive/doctrine-web-console - 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. [Database &amp; ORM](/categories/database)
4. /
5. useallfive/doctrine-web-console

ActiveLibrary[Database &amp; ORM](/categories/database)

useallfive/doctrine-web-console
===============================

Doctrine Web Console Service Provider

v0.1.1(12y ago)64.0k1[1 issues](https://github.com/UseAllFive/doctrine-web-console/issues)MITPHP

Since Nov 2Pushed 12y ago25 watchersCompare

[ Source](https://github.com/UseAllFive/doctrine-web-console)[ Packagist](https://packagist.org/packages/useallfive/doctrine-web-console)[ RSS](/packages/useallfive-doctrine-web-console/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Doctrine Web Console for Silex
==============================

[](#doctrine-web-console-for-silex)

[![SensioLabsInsight](https://camo.githubusercontent.com/40dcb82c9e8054fb1eb9d93b3f03cfb019661cc42b6d3335f735aa0df888140a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32626233633530652d353033352d346137362d626366392d3961616637323261656133652f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/2bb3c50e-5035-4a76-bcf9-9aaf722aea3e)

The doctrine web console allows one to execute doctrine console commands via web browser. This is especially useful when one is required to execute commands in an enviroment which does not allow shell access (e.g. [Google App Engine](https://developers.google.com/appengine/)).

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

[](#installation)

Via composer:

```
php composer.phar require useallfive/doctrine-web-console dev-master
```

Mount the controller provider to the /console path.

```
