A powerful implementation of the PHPCR API.
You can use Jackalope with different storage backends. For now, we support:
- relational databases with the DoctrineDBAL backend. Works with any database supported by doctrine (mysql, postgres, ...) and has no dependency on java or jackrabbit. For the moment, it is less feature complete. See https://github.com/jackalope/jackalope-doctrine-dbal
- Jackrabbit server backend supports many features and requires you to simply install a .jar file for the data store component. See https://github.com/jackalope/jackalope-jackrabbit
Discuss on [email protected] or visit #jackalope on irc.freenode.net
License: This code is licenced under the apache license. Please see the file LICENSE in this folder.
Go to the repository of the storage backend you want and follow the instructions there.
- https://github.com/jackalope/jackalope-doctrine-dbal
- https://github.com/jackalope/jackalope-jackrabbit
See doc/architecture.md for an introduction how Jackalope is built. Have a look at the source files and generate the phpdoc.
- Christian Stocker [email protected]
- David Buchmann [email protected]
- Tobias Ebnöther [email protected]
- Roland Schilter [email protected]
- Uwe Jäger [email protected]
- Lukas Kahwe Smith [email protected]
- Benjamin Eberlei [email protected]
- Daniel Barsotti [email protected]
- and many others