Download the PHP package open-orchestra/open-orchestra-model-bundle without Composer
On this page you can find all versions of the php package open-orchestra/open-orchestra-model-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download open-orchestra/open-orchestra-model-bundle
More information about open-orchestra/open-orchestra-model-bundle
Files in open-orchestra/open-orchestra-model-bundle
Download open-orchestra/open-orchestra-model-bundle
More information about open-orchestra/open-orchestra-model-bundle
Files in open-orchestra/open-orchestra-model-bundle
Vendor open-orchestra
Package open-orchestra-model-bundle
Short Description A MongoDB implemantation of the Open Orchestra Model Interface
License Apache-2.0
Package open-orchestra-model-bundle
Short Description A MongoDB implemantation of the Open Orchestra Model Interface
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package open-orchestra-model-bundle
open-orchestra-model-bundle
The Open Orchestra model bundle
Service | Badge |
---|---|
Travis | |
Sensio insight | ![]() |
Code Climate (Quality) | |
Code Climate (Code coverage) | |
Latest Stable Version | |
Total Downloads |
Usage
Once you have installed the bundle, you should activate the aggregator query bundle also in the AppKernel::registerBundles() :
new OpenOrchestra\ModelBundle\OpenOrchestraModelBundle(),
new Solution\MongoAggregationBundle\SolutionMongoAggregationBundle(),
This will allow you to create aggregation query in your repositories by using the method :
AbstractRepository::createAggregationQuery()
With the aggregation, mongo does not return the original document, but by using the $$ROOT
parameter, you can add all
the fields of the document to the response.
To hydrate all the documents using the database result, use the method :
AbstractRepository::hydrateAggregateQuery()
All versions of open-orchestra-model-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.6.0
doctrine/data-fixtures Version ~1.2.0
stof/doctrine-extensions-bundle Version ~1.2.1
open-orchestra/open-orchestra-model-interface Version self.version
open-orchestra/open-orchestra-mongo-libs Version self.version
open-orchestra/open-orchestra-migration-bundle Version self.version
doctrine/data-fixtures Version ~1.2.0
stof/doctrine-extensions-bundle Version ~1.2.1
open-orchestra/open-orchestra-model-interface Version self.version
open-orchestra/open-orchestra-mongo-libs Version self.version
open-orchestra/open-orchestra-migration-bundle Version self.version
The package open-orchestra/open-orchestra-model-bundle contains the following files
Loading the files please wait ....