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

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

jord-jd/json-key-value-store
============================

A simple JSON based key value store

v4.0.1(1mo ago)42422LGPL-3.0-onlyPHPPHP &gt;=7.1CI passing

Since May 5Pushed 1mo agoCompare

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

READMEChangelog (5)Dependencies (3)Versions (5)Used By (2)

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

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

[![Tests](https://github.com/Jord-JD/json-key-value-store/actions/workflows/tests.yml/badge.svg)](https://github.com/Jord-JD/json-key-value-store/actions/workflows/tests.yml)

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

49

—

FairBetter than 94% of packages

Maintenance94

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85.2% 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 ~998 days

Total

4

Last Release

32d 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 (23 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/jord-jd-json-key-value-store/health.svg)

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

###  Alternatives

[dmhendricks/file-icon-vectors

A collection of file type icons in SVG format.

37880.0k11](/packages/dmhendricks-file-icon-vectors)[barracudanetworks/archivestream-php

A library for dynamically streaming dynamic tar or zip files without the need to have the complete file stored on the server.

77196.8k1](/packages/barracudanetworks-archivestream-php)

PHPackages © 2026

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