Pre-Alpha
Pre-release
Pre-release
This is an early release of the current master branch as I am going to start working on a more feature complete and tested branch.
I am intending to do a big rewrite in order to fully implement the PHPCR interface: https://github.com/phpcr/phpcr-shell/wiki/Proposed-API
Until then this is already a nice way to browse the repository, but I take no responsibility for any damage that might be caused with destructive commands.
To install:
wget https://github.com/phpcr/phpcr-shell/releases/download/0.1.0/phpcr.phar
sudo mv phpcr.phar /usr/local/bin/phpcr
sudo chmod a+x /usr/local/bin/phpcr
To connect to doctrine dbal:
$ phpcr --transport=doctrine-dbal --db-name=yourdbname
or with jackrabbit
$ phpcr --transport=jackrabbit