php-solution/doctrine-orm-extra-bundle

This bundle provides an additional functionality for work with doctrine2

v0.4 2018-04-16 08:52 UTC

This package is auto-updated.

Last update: 2024-03-28 03:09:48 UTC


README

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}