phpcr/phpcr-shell

Shell for PHPCR

Maintainers

👁 dantleech

Package info

github.com/phpcr/phpcr-shell

pkg:composer/phpcr/phpcr-shell

Statistics

Installs: 1 318 038

Dependents: 9

Suggesters: 1

Stars: 72

Open Issues: 33

1.7.0 2026-03-24 12:02 UTC

Requires

Suggests

Provides

None

Conflicts

Replaces

None

MIT 51d9154fc7d381de45173141385f83b83e20d440

  • dantleech <daniel.woop@dantleech.com>

README

👁 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