An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/harmony-doctrine-orm-ui

An Harmony plugin bringing a user interface for Doctrine ORM
https://github.com/thecodingmachine/harmony-doctrine-orm-ui

Last synced: 7 months ago
JSON representation

An Harmony plugin bringing a user interface for Doctrine ORM

Awesome Lists containing this project

README

          

Harmony's Doctrine ORM plugin
=============================

This package contains an Harmony module that provides a user interface for Doctrine ORM.

Usage
-----

Include the package in your **composer.json**:

**composer.json**
```
{
"require-dev": {
"harmony/doctrine-orm-ui": "~1.0"
}
}
```

*Note*: For this module to be used, Harmony needs to be able to access the container of
your application. Therefore, you will need to configure an Harmony module for the framework
you are using.