jackalope/jackalope-fs
Filesystem-backed PHPCR (Jackalope) transport implementation, storing repository data on disk. Useful for local development, testing, and lightweight setups where a database isn’t needed, while staying compatible with PHPCR APIs and tooling.
This is a WIP implementation to support a filesystem implementation of PHPCR.
Connect as follows:
$factory = new RepositoryFactoryFilesystem();
$repository = $factory->getRepository(array(
'path' => '/home/mystuff/somefolder',
));
$credentials = new SimpleCredentials('admin', 'admin');
$session = $repository->login($credentials);
Options:
Not supported:
The default ZendSearch implementation doesn't behave very well when the full test suite is being run - it will tend to become corrupt after a certain number of operations. It is therefore necessary to batch the tests.
How can I help you explore Laravel packages today?