https://github.com/webforge-labs/webforge-doctrine
Doctrine ORM bridge for webforge
https://github.com/webforge-labs/webforge-doctrine
Last synced: over 1 year ago
JSON representation
Doctrine ORM bridge for webforge
- Host: GitHub
- URL: https://github.com/webforge-labs/webforge-doctrine
- Owner: webforge-labs
- Created: 2013-09-11T14:35:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T18:04:10.000Z (over 8 years ago)
- Last Synced: 2025-02-06T13:19:25.965Z (over 1 year ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# webforge doctrine
[](https://travis-ci.org/webforge-labs/webforge-doctrine)
[](https://coveralls.io/r/webforge-labs/webforge-doctrine?branch=master)
[](https://packagist.org/packages/webforge/doctrine)
Doctrine ORM bridge for webforge
## installation
Use [Composer](http://getcomposer.org) to install.
```
composer require -v --prefer-source webforge/doctrine:dev-master
```
to run the tests use:
```
phpunit
```
## upgrade
### to 1.3.x:
Read the notes to upgrade to doctrine 2.5.x
## usage
Start off with the instantiation of the `Webforge\Doctrine\Container`.
## further help
look in the docs directory.
## license
MIT