doctrine / phpcr-bundle
Symfony DoctrinePHPCRBundle
Installs: 2 174 288
Dependents: 60
Suggesters: 21
Security: 0
Stars: 156
Watchers: 20
Forks: 66
Open Issues: 8
Type:symfony-bundle
Requires
- php: ^8.0
- ext-dom: *
- phpcr/phpcr-utils: ^1.3 || ^2.0
- symfony/cache: ^5.4 || ^6.0 || ^7.0
- symfony/doctrine-bridge: ^5.4 || ^6.0 || ^7.0
- symfony/framework-bundle: ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- ext-libxml: *
- doctrine/doctrine-bundle: ^2.0.3
- doctrine/orm: ^2.0 || ^3.0
- doctrine/phpcr-odm: ^2.0
- jackalope/jackalope-doctrine-dbal: ^2.0
- matthiasnoback/symfony-dependency-injection-test: ^4.3.1 || ^5.0
- phpcr/phpcr-shell: ^1.6
- phpstan/phpstan: ^1.10
- phpstan/phpstan-doctrine: ^1.3
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-symfony: ^1.3
- phpunit/phpunit: ^9.5
- symfony/asset: ^5.4 || ^6.0 || ^7.0
- symfony/browser-kit: ^5.4 || ^6.0 || ^7.0
- symfony/css-selector: ^5.4 || ^6.0 || ^7.0
- symfony/error-handler: ^5.4 || ^6.0 || ^7.0
- symfony/form: ^5.4 || ^6.0 || ^7.0
- symfony/monolog-bridge: ^5.4 || ^6.0 || ^7.0
- symfony/monolog-bundle: ^3.4
- symfony/stopwatch: ^5.4 || ^6.0 || ^7.0
- symfony/templating: ^5.4 || ^6.0 || ^7.0
- symfony/translation: ^5.4 || ^6.0 || ^7.0
- symfony/twig-bundle: ^5.4 || ^6.0 || ^7.0
- symfony/validator: ^5.4 || ^6.0 || ^7.0
- symfony/web-profiler-bundle: ^5.4 || ^6.0 || ^7.0
Suggests
- burgov/key-value-form-bundle: to edit assoc multivalue properties. require version 1.0.*
- doctrine/data-fixtures: if you want to use the fixture loading.
- doctrine/doctrine-bundle: when using jackalope-doctrine-dbal
- doctrine/phpcr-odm: if you want to use the odm as well. require version ^2.0
- jackalope/jackalope-doctrine-dbal: if you want to use jackalope-doctrine-dbal. require version ^2.0
- jackalope/jackalope-jackrabbit: if you want to connect to jackrabbit. require version ^2.0
- ocramius/proxy-manager: To avoid unnecessary database requests when using jackalope-doctrine-dbal
- phpcr/phpcr-shell: If you want native access to PHPCR-Shell to manage the PHPCR repository
Conflicts
- doctrine/doctrine-bundle: < 2.0.3
- doctrine/persistence: < 3.0.0
- doctrine/phpcr-odm: < 2.0
- jackalope/jackalope: < 2.0.0 || >= 3.0.0
- jackalope/jackalope-doctrine-dbal: < 2.0.0 || >= 3.0.0
- jackalope/jackalope-jackrabbit: < 2.0.0 || >= 3.0.0
- symfony/console: < 4
- symfony/dependency-injection: < 3
- 3.x-dev
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta2
- 3.0.0-beta1
- 2.x-dev
- 2.5.1
- 2.5.0
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-alpha2
- 2.0.0-alpha1
- 1.3.x-dev
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-RC2
- 1.3.0-RC1
- 1.2.x-dev
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-RC3
- 1.2.0-RC2
- 1.2.0-RC1
- 1.1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-RC1
- 1.1.0-beta2
- 1.1.0-beta1
- 1.0.x-dev
- 1.0.0
- 1.0.0-RC1
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha1
This package is auto-updated.
Last update: 2024-11-02 14:48:27 UTC
README
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, and DoctrinePHPCRBundle.
Read more about PHPCR, the storage layer behind PHPCR-ODM: PHPCR documentation.