2017 © Pedro Peláez
 

symfony-bundle doctrine-orm-phpcr-adapter-bundle

Symfony Sonata / Integrate Doctrine PHPCR into the SonataAdminBundle

image

electricmaxxx/doctrine-orm-phpcr-adapter-bundle

Symfony Sonata / Integrate Doctrine PHPCR into the SonataAdminBundle

  • Friday, June 10, 2016
  • by ElectricMaxxx
  • Repository
  • 3 Watchers
  • 8 Stars
  • 1,607 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 6 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

DoctrineOrmPhpcrAdapterBundle

DoctrineOrmPhpcrAdapterBundle for the Symfony Framework., (*1)

This bundle integrates the Doctrine ORM-ODM-Adapter into Symfony2., (*2)

Build Status, (*3)

What is Doctrine ORM-ODM-Adapter?

The Doctrine Project is the home of a selected set of PHP libraries primarily focused on providing persistence services and related functionality. Ths ORM-ODM-Adapter provides the chance to reference objects between different doctrine implementations., (*4)

Documentation

Minimum Configuration


doctrine_orm_phpcr_adapter: managers: reference-phpcr: defaul: doctrine_phpcr.odm.default_document_manager reference-dbal-orm: default: doctrine.orm.default_entity_manager adapters: mapping: true auto_generate_proxy_classes: %kernel.debug%

You can add some mapping for the documents/entities as you used to know it in the ORM/ODM:, (*5)


doctrine_orm_phpcr_adapter: ... mappings: some_name: type: annotation dir: ../Entity is_bundle: true

Your will find the mapping information in the (library)[https://github.com/ElectricMaxxx/DoctrineOrmOdmAdapter], (*6)

The Versions