Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doctrine/doctrinephpcrbundle
- Owner: doctrine
- License: mit
- Created: 2011-11-26T12:15:24.000Z (almost 13 years ago)
- Default Branch: 3.x
- Last Pushed: 2024-08-02T14:17:19.000Z (3 months ago)
- Last Synced: 2024-10-30T01:02:10.112Z (14 days ago)
- Topics: doctrine, php, phpcr-odm, symfony, symfony-bundle
- Language: PHP
- Homepage: http://phpcr.github.com
- Size: 1.14 MB
- Stars: 156
- Watchers: 20
- Forks: 66
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/).