Educational usage of phpcr with jackalope-jackrabbit
- Docker
- Composer
- Git
git clone https://github.com/gpupo/jackalope-jackrabbit-by-example.git;
cd jackalope-jackrabbit-by-example;
composer install
Run gpupo/content-repository-server
docker run -p 8080:8080 gpupo/content-repository-server
Open Jackrabbit JCR Server dashboard (optional)
At first time, register node types:
./vendor/bin/phpcrodm doctrine:phpcr:register-system-node-types
More info for Jackrabbit see
src/Jackalope
- Operations using phpcr with jackalope-jackrabbitsrc/DoctrinePhpcrOdm
- Operations using Doctrine PHPCR ODM over phpcr with jackalope-jackrabbit
Execute samples
./run-all.sh