phpcr / phpcr-shell
Shell for PHPCR
Installs: 378 119
Dependents: 10
Suggesters: 1
Security: 0
Stars: 51
Watchers: 5
Forks: 18
Open Issues: 32
Requires
- php: ^7.2 || ^8.0
- dantleech/glob-finder: ^1.0
- jackalope/jackalope: ^1.3.4
- phpcr/phpcr: ^2.1
- phpcr/phpcr-utils: ^1.2
- symfony/console: ^5.0
- symfony/dependency-injection: ^5.0
- symfony/expression-language: ^5.0
- symfony/finder: ^5.0
- symfony/serializer: ^5.0
- symfony/yaml: ^5.0
Requires (Dev)
- behat/behat: ^3.6
- jackalope/jackalope-doctrine-dbal: ^1.3
- jackalope/jackalope-jackrabbit: ^1.3
- phpspec/phpspec: ^6.0
- phpunit/phpunit: ^8.5
- symfony/symfony: ^5.0
Suggests
- jackalope/jackalope-doctrine-dbal: To connect to jackalope doctrine-dbal
- jackalope/jackalope-jackrabbit: To connect to jackalope jackrabbit
- jackalope/jackalope-jackrabbit-fs: To connect to jackalope jackalope-fs
Conflicts
- doctrine/phpcr-bundle: <=1.2.1
This package is auto-updated.
Last update: 2021-01-16 17:19:38 UTC
README
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