Skip to content

phpcr/phpcr-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e3fe298 · Apr 3, 2024
Mar 16, 2024
Jul 17, 2015
Sep 3, 2018
Mar 16, 2024
Apr 3, 2024
Sep 19, 2023
Feb 5, 2020
Apr 3, 2024
Jun 16, 2014
Jan 16, 2021
Feb 4, 2015
Sep 11, 2020
Mar 16, 2024
Dec 6, 2013

Repository files navigation

Shell for PHPCR

Test application

Building

The recommended way to use the PHPCR shell is as a phar archive.

Install box: https://box-project.github.io/box2/

Build the PHAR:

$ cd phpcr-shell
$ box build

This will produce the file phpcr.phar.

Copy this file to your bin directory:

$ sudo cp phpcrsh.phar /usr/bin/local/phpcrsh

Documentation

Read the documentation on readthedocs