Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doctrine/doctrinephpcrbundle

This bundle integrates Doctrine PHPCR ODM and PHPCR backends into Symfony
https://github.com/doctrine/doctrinephpcrbundle

doctrine php phpcr-odm symfony symfony-bundle

Last synced: 5 days ago
JSON representation

This bundle integrates Doctrine PHPCR ODM and PHPCR backends into Symfony

Awesome Lists containing this project

README

        

# DoctrinePHPCRBundle

[![Build Status](https://github.com/doctrine/DoctrinePHPCRBundle/actions/workflows/test-application.yaml/badge.svg)](https://github.com/doctrine/DoctrinePHPCRBundle/actions)
[![Latest Stable Version](https://poser.pugx.org/doctrine/phpcr-bundle/version.png)](https://packagist.org/packages/doctrine/phpcr-bundle)
[![Total Downloads](https://poser.pugx.org/doctrine/phpcr-bundle/d/total.png)](https://packagist.org/packages/doctrine/phpcr-bundle)

PHPCR & Doctrine PHPCR-ODM Bundle for the Symfony Framework.

This bundle integrates PHP Content Repository implementations and the Doctrine PHPCR-ODM into Symfony.

## What is Doctrine PHPCR-ODM?

The Doctrine Project is the home of a selected set of PHP libraries primarily focused on providing persistence
services and related functionality. The PHPCR-ODM project provides an Object - Document Mapper built on top of
the content repository standard PHPCR.

It leverages the various features of PHPCR like references, children and parent relations and versioning and
adds features of its own like multilanguage.

## Documentation

For information on PHPCR-ODM, see [Doctrine Documentation](https://www.doctrine-project.org/projects/phpcr-odm.html),
and [DoctrinePHPCRBundle](https://www.doctrine-project.org/projects/doctrine-phpcr-bundle.html).

Read more about PHPCR, the storage layer behind PHPCR-ODM: [PHPCR documentation](https://phpcr.readthedocs.io/en/latest/).