/doctrine-orm-extra-bundle

This bundle provides an additional functionality for work with doctrine2

Primary LanguagePHP

Doctrine ORM extra bundle

Install

Via Composer

$ composer require php-solution/doctrine-orm-extra-bundle

Example

Caching of entities, doctrine.yml

doctrine_orm_extra:
    entity_cache_map:
        Project\AppBundle\Entity\Country: {usage: READ_WRITE, region: entity_region}