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
- Host: GitHub
- URL: https://github.com/thecodingmachine/harmony-doctrine-orm-ui
- Owner: thecodingmachine
- Created: 2015-04-30T13:44:54.000Z (almost 11 years ago)
- Default Branch: 1.0
- Last Pushed: 2015-05-15T08:26:17.000Z (almost 11 years ago)
- Last Synced: 2025-08-28T17:59:46.943Z (7 months ago)
- Language: PHP
- Size: 122 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.