PHPackages                             ttree/jsonstore - 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. ttree/jsonstore

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

ttree/jsonstore
===============

Minimalistic JSON document storage

4.0.0(8mo ago)136112MITPHP

Since Nov 23Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/ttreeagency/JsonStore)[ Packagist](https://packagist.org/packages/ttree/jsonstore)[ RSS](/packages/ttree-jsonstore/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (9)Used By (2)

Minimalistic JSON document storage
==================================

[](#minimalistic-json-document-storage)

Store JSON document with a simple API, can be useful to store forms or any unstructured data.

How to use ?
------------

[](#how-to-use-)

You must use the `StoreService` as you central way to interact with the store. The internal storage currently use Doctrine only, but the Storage implement will be pluggable in a futur release. In the service you can use the public methods:

- `StoreService::add` to create a new Document
- `StoreService::update` to update a new Document
- `StoreService::remove` to remove a new Document
- `StoreService::count` to count all Document by type
- `StoreService::paginate` to paginate over all Document by type

A `Document` must have a `label`, a `type` and a JSON serializable payload.

Event
-----

[](#event)

During the life cycle of the Documents, the following signal are emitted:

- `StoreService::documentAdded`
- `StoreService::documentUpdated`
- `StoreService::documentRemoved`

Acknowledgments
---------------

[](#acknowledgments)

Development sponsored by [ttree ltd - neos solution provider](http://ttree.ch).

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance59

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~405 days

Recently: every ~706 days

Total

8

Last Release

259d ago

Major Versions

1.0.1 → 2.0.02017-11-23

1.0.2 → 3.0.02019-01-25

3.0.0 → 4.0.02025-09-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/145363?v=4)[ttree](/maintainers/ttree)[@ttree](https://github.com/ttree)

---

Top Contributors

[![dfeyer](https://avatars.githubusercontent.com/u/221173?v=4)](https://github.com/dfeyer "dfeyer (75 commits)")

### Embed Badge

![Health badge](/badges/ttree-jsonstore/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[phpdocumentor/flyfinder

Flysystem plugin to add file finding capabilities to the Filesystem entity

30585.0k5](/packages/phpdocumentor-flyfinder)

PHPackages © 2026

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