Download the PHP package rollerworks/search-doctrine-orm-bundle without Composer
On this page you can find all versions of the php package rollerworks/search-doctrine-orm-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rollerworks/search-doctrine-orm-bundle
More information about rollerworks/search-doctrine-orm-bundle
Files in rollerworks/search-doctrine-orm-bundle
Package search-doctrine-orm-bundle
Short Description DoctrineORM Symfony integration Bundle for RollerworksSearch
License MIT
Informations about the package search-doctrine-orm-bundle
RollerworksSearchDoctrineOrmBundle
Main purpose of this bundle is to integrate the RollerworksSearch Doctrine ORM extension with any Symfony based application.
RollerworksSearch provides a powerful searching system.
Installation
This package is an extension for the RollerworksSearchBundle make sure you have successfully installed and configured the bundle before continuing.
Require the rollerworks/search-doctrine-orm-bundle package in your composer.json and update your dependencies.
Add the RollerworksSearchDoctrineOrmBundle to your application's kernel:
Configuration
The RollerworksSearchDoctrineOrmBundle is already pre-configured and does not require configuring. But you properly want to configure a 'real' cache which stays persistent between page requests.
Caching
The Caching system uses the doctrine/cache system for caching generated SQL/DQL queries. You can use any driver supported by Doctrine for caching.
Note: The default driver uses an array which is only cached in memory.
Use a service-id as value for rollerworks_search_doctrine_orm.cache_driver
.
Multiple EntityManagers
If you want to use the search system with other EntityManagers then the "default" you can configure this with the following:
Usage
The rollerworks_search.doctrine_orm.factory
service provides the
Rollerworks\Component\Search\Doctrine\Orm\DoctrineOrmFactory
for creating WhereBuilders.
License
The source of this package is subject to the MIT license that is bundled with this source code in the file LICENSE.
Contributing
This is an open source project. If you'd like to contribute, please read the Contributing Code part of Symfony for the basics. If you're submitting a pull request, please follow the guidelines in the Submitting a Patch section.
All versions of search-doctrine-orm-bundle with dependencies
doctrine/doctrine-bundle Version ~1.1
rollerworks/search-bundle Version ^1.0.0
rollerworks/search-doctrine-dbal-bundle Version ^1.0.0
rollerworks/search-doctrine-orm Version ^1.0.0