Download the PHP package marmelab/phpcr-browser without Composer
On this page you can find all versions of the php package marmelab/phpcr-browser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marmelab/phpcr-browser
More information about marmelab/phpcr-browser
Files in marmelab/phpcr-browser
Package phpcr-browser
Short Description PHPCR Browser provides web interface to explore PHPCR repositories.
License MIT
Informations about the package phpcr-browser
Archived Repository This code is no longer maintained. Feel free to fork it, but use it at your own risks. |
PHPCR Browser
PHPCR Browser provides an intuitive web interface to explore and manage PHPCR repositories. The current implementation supports Jackalope Jackrabbit and Jackalope Doctrine DBAL.
Supported Operations
Jackalope Jackrabbit:
- Workspace: create
- Node: create, delete, move
- Property: create, delete, update
Jackalope Doctrine DBAL:
- Workspace: create, delete
- Node: create, delete, move
- Property: create, delete, update
See marmelab/phpcr-api/config/factories.yml for more details.
Installation
PHPCR Browser uses Composer and Bower to manage its dependencies. Make sure they are globally installed before continuing.
1. Clone the repository
2. Install dependencies and configure the browser
To install the web application with the default configuration (see below), run the following command:
This will download all dependencies and do the Configuration part for you. If you prefer do it on your own run:
Adding support for Jackalope Doctrine DBAL (Optionnal)
By default, the Jackalope Doctrine DBAL is not installed. If you want to use it run the following commands:
And update your configuration file to add your Doctrine repository by writing something equivalent to:
For more details on doctrine_dbal.config
see Doctrine website.
You can also find this config into config/prod-with-dbal.yml.dist
Note you can install and use both Jackalope Jackrabbit and Doctrine DBAL at the same time.
You can add as many repositories as you want into your config file.
Configuration
Create a config/prod.yml
with the connection settings for the repositories you need to browse. For instance, to use the browser with a local instance of Jackalope Jackrabbit:
The factory
setting is the type of PHPCR repository you want to browse. See available factories in marmelab/phpcr-api/config/factories.yml.
You can also copy the config/prod.yml-dist
file as config/prod.yml
to get this exact configuration.
For using Jackalope Doctrine DBAL refer to Installation.
Usage
Using Apache VirtualHost
Add a VirtualHost to your Apache config (and add in it 'AllowEncodedSlashes On'):
And update your /etc/hosts
file by adding:
You can now access to the browser on http://phpcr-browser.lo
(or equivalent domain as configured in your virtual host and hosts file).
Using PHP 5.4 integrated webserver
You can also use PHP 5.4 integrated webserver by calling:
Alternatively call:
You can now access the repository by browsing to http://localhost:8000/browser.
Tests
The PHPCR Browser AngularJS part is fully unit tested with Karma and Jasmine.
If you want to run them, install dependencies by running: make install-test
Then run the following command: make test-spec
Sass
The stylesheets are compiled by Compass and Sass.
If you update the sass files, run make compass-watch
during development.
When your work is done, run make compass-compile
before committing.
Contributing
All contributions are welcome and must pass the tests. If you add a new feature, write tests for it.
License
This application is available under the MIT License, courtesy of marmelab.
All versions of phpcr-browser with dependencies
silex/silex Version ~1.1
symfony/yaml Version ~2.4
twig/twig Version ~1.15
symfony/twig-bridge Version ~2.4
igorw/config-service-provider Version ~1.2
marmelab/phpcr-api-silex-provider Version 2.0.*
jackalope/jackalope-jackrabbit Version 1.1.*