eXsio / phpcr-odm

Doctrine2 PHPCR ODM

Home Page:http://www.doctrine-project.org/projects/phpcr-odm.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPCR ODM for Doctrine2

Build Status Latest Stable Version Total Downloads

Requirements

Documentation

Please refer to doctrine-project.org for the documentation.

Contributing

Pull requests are welcome. Please include tests to prevent regressions whenever possible.

Thanks to everyone who has contributed already.

Running the tests

This examples shows how to run the tests for jackrabbit. You can run the tests for the other backends. Just replace jackrabbit with the name of the backend you want to run.

  1. Make sure you have installed the dependencies

  2. Run this command to download jackrabbit and launch it (requires wget)

    ./tests/travis_jackrabbit.sh

  3. Run the tests:

    phpunit -c tests/phpunit_jackrabbit.xml.dist

About

Doctrine2 PHPCR ODM

http://www.doctrine-project.org/projects/phpcr-odm.html

License:MIT License


Languages

Language:PHP 99.7%Language:Shell 0.3%