https://github.com/opensoft/opensoftdoctrineoxmbundle
Bundle for the Doctrine OXM project (deprecated) - use https://github.com/doctrine/DoctrineOXMBundle
https://github.com/opensoft/opensoftdoctrineoxmbundle
Last synced: about 1 year ago
JSON representation
Bundle for the Doctrine OXM project (deprecated) - use https://github.com/doctrine/DoctrineOXMBundle
- Host: GitHub
- URL: https://github.com/opensoft/opensoftdoctrineoxmbundle
- Owner: opensoft
- Created: 2011-07-18T20:57:02.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-18T22:02:37.000Z (almost 15 years ago)
- Last Synced: 2025-01-01T05:27:05.456Z (over 1 year ago)
- Language: PHP
- Homepage: https://github.com/doctrine/DoctrineOXMBundle
- Size: 97.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview
========
Provides simple bundle for loading Doctrine's OXM library.
Installation
============
Vendors style. Add the following to your deps.
[OpensoftDoctrineOXMBundle]
git=http://github.com/opensoft/OpensoftDoctrineOXMBundle.git
target=/bundles/Opensoft/Bundle/DoctrineOXMBundle
Add to AppKernel.php
new Opensoft\Bundle\DoctrineOXMBundle\OpensoftDoctrineOXMBundle()
Configuration
=============
Settings below
opensoft_doctrine_oxm:
xml_entity_managers:
xem1:
mappings:
MyBundle1: ~
MyBundle3: { type: annotation, dir: Documents/ }
storage:
type: filesystem
path: %kernel.cache_dir%/doctrine/oxm/xml
extension: xml