Download the PHP package wernerdweight/doctrine-xinclude-xml-driver-bundle without Composer
On this page you can find all versions of the php package wernerdweight/doctrine-xinclude-xml-driver-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wernerdweight/doctrine-xinclude-xml-driver-bundle
More information about wernerdweight/doctrine-xinclude-xml-driver-bundle
Files in wernerdweight/doctrine-xinclude-xml-driver-bundle
Package doctrine-xinclude-xml-driver-bundle
Short Description Symfony bundle providing XInclude support for XML mapping of Doctrine.
License MIT
Homepage https://github.com/wernerdweight/DoctrineXIncludeXmlDriverBundle
Informations about the package doctrine-xinclude-xml-driver-bundle
DoctrineXIncludeXmlDriverBundle
Symfony bundle providing XInclude support for XML mapping of Doctrine.
Installation
1. Download using composer
2. Enable the bundle
Enable the bundle in your kernel:
Configuration
No configuration is required. This bundle automatically replaces the default XML driver with an XInclude-capable XML driver.
Usage
Add XInclude xmlns to the doctrine-mapping
tag and you can then use xi:include
tag to include mapping from other XML files. You can use xpointer
to specify included parts of the linked XML file (see xpointer or browse stack overflow).
License
This bundle is under the MIT license. See the complete license in the root directiory of the bundle.
All versions of doctrine-xinclude-xml-driver-bundle with dependencies
symfony/framework-bundle Version ^4.0|^5.0|^6.0
symfony/orm-pack Version ^1.0|^2.0
thecodingmachine/safe Version ^2.4