PHPackages                             jackalope/jackalope-fs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. jackalope/jackalope-fs

ActiveLibrary[File &amp; Storage](/categories/file-storage)

jackalope/jackalope-fs
======================

Jackalope Transport library using the filesystem

0.0.4(4y ago)82.3k2[6 issues](https://github.com/jackalope/jackalope-fs/issues)[2 PRs](https://github.com/jackalope/jackalope-fs/pulls)3MITPHPPHP ^7.2 || ^8.0

Since Nov 16Pushed 4y ago15 watchersCompare

[ Source](https://github.com/jackalope/jackalope-fs)[ Packagist](https://packagist.org/packages/jackalope/jackalope-fs)[ Docs](http://jackalope.github.io)[ RSS](/packages/jackalope-jackalope-fs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (7)Used By (3)

Jackalope Filesystem PHPCR implementation
=========================================

[](#jackalope-filesystem-phpcr-implementation)

[![Test application](https://github.com/jackalope/jackalope-fs/actions/workflows/test-application.yaml/badge.svg)](https://github.com/jackalope/jackalope-fs/actions/workflows/test-application.yaml)

This is a WIP implementation to support a filesystem implementation of PHPCR.

Connecting
----------

[](#connecting)

Connect as follows:

```
$factory = new RepositoryFactoryFilesystem();
$repository = $factory->getRepository(array(
    'path' => '/home/mystuff/somefolder',
));
$credentials = new SimpleCredentials('admin', 'admin');
$session = $repository->login($credentials);

```

Options:

- **path**: (required) Path to store data, indexes, etc.
- **search\_enabled**: If search should be enabled or not (default true)

Limitations
-----------

[](#limitations)

### Node copy

[](#node-copy)

- References not updated within copied subtree (this test is missing from PHPCR-API tests)

### Querying

[](#querying)

#### ZendSearch Lucene (native PHP)

[](#zendsearch-lucene-native-php)

Not supported:

- **Node type inheritance**: Currently node type inheritance is not taken into account - this should be fixed ASAP
- **Joins**: Will need to be implemented in a post processor
- **LOWERCASE, UPPERCASE, LENGTH operands**: Same as above
- **SQL and XPath query langauges**: Will probably never be implemented
- **Full text search**: Easy to implement if we add an additional search index

### File handling

[](#file-handling)

- Files (binary data in the repository) are not current handled in a memory efficient manner. This will be addressed.

Testing
-------

[](#testing)

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.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance5

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 82.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~440 days

Total

4

Last Release

1587d ago

PHP version history (3 changes)0.0.1PHP &gt;=5.4

0.0.2PHP ^7.2

0.0.3PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76576?v=4)[David Buchmann](/maintainers/dbu)[@dbu](https://github.com/dbu)

![](https://avatars.githubusercontent.com/u/20873?v=4)[Luke Smith](/maintainers/lsmith)[@lsmith](https://github.com/lsmith)

![](https://www.gravatar.com/avatar/24ec7d5d6b7ea54007be5d7b4f43800381cc1e22929f7d2276fba30e497fdfa6?d=identicon)[dantleech](/maintainers/dantleech)

---

Top Contributors

[![dantleech](https://avatars.githubusercontent.com/u/530801?v=4)](https://github.com/dantleech "dantleech (98 commits)")[![dbu](https://avatars.githubusercontent.com/u/76576?v=4)](https://github.com/dbu "dbu (9 commits)")[![alexander-schranz](https://avatars.githubusercontent.com/u/1698337?v=4)](https://github.com/alexander-schranz "alexander-schranz (6 commits)")[![lsmith77](https://avatars.githubusercontent.com/u/300279?v=4)](https://github.com/lsmith77 "lsmith77 (3 commits)")[![chirimoya](https://avatars.githubusercontent.com/u/627313?v=4)](https://github.com/chirimoya "chirimoya (2 commits)")[![Kleinkind](https://avatars.githubusercontent.com/u/11333282?v=4)](https://github.com/Kleinkind "Kleinkind (1 commits)")

---

Tags

filesystemphpcrtransport implementation

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jackalope-jackalope-fs/health.svg)

```
[![Health](https://phpackages.com/badges/jackalope-jackalope-fs/health.svg)](https://phpackages.com/packages/jackalope-jackalope-fs)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[henrikbjorn/lurker

Resource Watcher.

1791.5M13](/packages/henrikbjorn-lurker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
