PHPackages                             divineomega/json-key-value-store - 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. divineomega/json-key-value-store

Abandoned → [jord-jd/json-key-value-store](/?search=jord-jd%2Fjson-key-value-store)Library[File &amp; Storage](/categories/file-storage)

divineomega/json-key-value-store
================================

A simple JSON based key value store

v4.0.0(2mo ago)4233.8k2LGPL-3.0-onlyPHPPHP &gt;=7.1

Since May 5Pushed 2mo agoCompare

[ Source](https://github.com/Jord-JD/json-key-value-store)[ Packagist](https://packagist.org/packages/divineomega/json-key-value-store)[ GitHub Sponsors](https://github.com/DivineOmega)[ RSS](/packages/divineomega-json-key-value-store/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (4)Used By (0)

JSON Key Value Store
====================

[](#json-key-value-store)

[![Build Status](https://camo.githubusercontent.com/1ea0b7bb69f7950d0de88fb10526d025a46657643ac6ca8ecc5db0fcf3ed8800/68747470733a2f2f7472617669732d63692e6f72672f4a6f72642d4a442f6a736f6e2d6b65792d76616c75652d73746f72652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Jord-JD/json-key-value-store)[![Coverage Status](https://camo.githubusercontent.com/d27fa2595f83e2de4705d747c9a5e57a009dde40274467645bb39fb6f350773d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4a6f72642d4a442f6a736f6e2d6b65792d76616c75652d73746f72652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Jord-JD/json-key-value-store?branch=master)[![StyleCI](https://camo.githubusercontent.com/fd696580a3420c6d7ac0c620281113c6d1cd05a7d80139be9988892cce0b9c84/68747470733a2f2f7374796c6563692e696f2f7265706f732f3133323139353533312f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/132195531)

A simple JSON based key value store.

Installation
------------

[](#installation)

This JSON Key Value Store package can be easily installed using Composer. Just run the following command from the root of your project.

```
composer require jord-jd/json-key-value-store

```

If you have never used the Composer dependency manager before, head to the [Composer website](https://getcomposer.org/) for more information on how to get started.

Usage
-----

[](#usage)

Using the JSON Key Value Store is designed to be super simple.

Here is a basic usage example:

```
use JordJD\JsonKeyValueStore\JsonKeyValueStore;

$store = new JsonKeyValueStore('store.json.gz');

$store->set('key1', 'value123');
$store->set('key2', 'value456');
$store->delete('key2');

$value = $store->get('key1');

// $value = 'value123'
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity34

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 84% 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 ~1421 days

Total

3

Last Release

84d ago

Major Versions

v1.0.0 → v3.0.02026-02-14

v3.0.0 → v4.0.02026-02-14

PHP version history (2 changes)v1.0.0PHP &gt;=5.6

v3.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (21 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (4 commits)")

---

Tags

jsonkey-valuekey-value-storephpphp-librarystore

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/divineomega-json-key-value-store/health.svg)

```
[![Health](https://phpackages.com/badges/divineomega-json-key-value-store/health.svg)](https://phpackages.com/packages/divineomega-json-key-value-store)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

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

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/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)

PHPackages © 2026

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