PHPackages                             danielmadu/lara-kv-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. danielmadu/lara-kv-store

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

danielmadu/lara-kv-store
========================

KV Store

v1.2.0(1y ago)32PHPPHP ^8.2

Since Mar 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/danielmadu/lara-kv-store)[ Packagist](https://packagist.org/packages/danielmadu/lara-kv-store)[ RSS](/packages/danielmadu-lara-kv-store/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (9)Used By (0)

danielmadu/lara-kv-store
========================

[](#danielmadulara-kv-store)

[![Total Downloads](https://camo.githubusercontent.com/c8fa6b8e3bf656a009d2031887e5113c85ebf17c5bb65348dc4913be7ab9da8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e69656c6d6164752f6c6172612d6b762d73746f7265)](https://packagist.org/packages/danielmadu/lara-kv-store)[![Latest Stable Version](https://camo.githubusercontent.com/8594c75bf946f55f97ce279427ab52a738383051e638018de2a0e8b1e4392e05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e69656c6d6164752f6c6172612d6b762d73746f7265)](https://packagist.org/packages/danielmadu/lara-kv-store)[![License](https://camo.githubusercontent.com/066945a6d0f4c3fbe84ea53755621268b18318963690bc859fc89f7ef26d06fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64616e69656c6d6164752f6c6172612d6b762d73746f7265)](https://packagist.org/packages/danielmadu/lara-kv-store)

Lara KV Store is a simple in-memory key-value datastore for development purpose, implemented in PHP using Redis protocol.

Introduction
------------

[](#introduction)

### Supported commands

[](#supported-commands)

The following list of commands are implemented:

- GET
- SET
- SETEX
- INCRBY
- DECRBY
- DEL
- FLUSHDB
- PING

Quickstart example
------------------

[](#quickstart-example)

Once [installed](#install), you can start the server by running the follow command inside your project:

```
$ php artisan kv:start
```

Install
-------

[](#install)

You may install Lara KV Store using the Composer package manager:

```
$ composer require danielmadu/lara-kv-store
```

By default, the Lara KV Store will be started at `0.0.0.0:6379`, to change the host and the port you should publish the Lara KV Store configuration using the `vendor:publish` Artisan command:

```
$ php artisan vendor:publish --provider="DanielMadu\LaraKvStore\KVStoreServiceProvider"
```

Debug Dashboard
---------------

[](#debug-dashboard)

To access the debug dashboard that you can visualize all the keys stored you may access via `/kvstore` route.

License
-------

[](#license)

MIT

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance49

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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 ~6 days

Recently: every ~1 days

Total

7

Last Release

374d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5088f414691a4dd1aebb3042d68b6b8f0bffb0eb2ab0ef51759720ebee84558c?d=identicon)[danielmadu](/maintainers/danielmadu)

---

Top Contributors

[![danielmadu](https://avatars.githubusercontent.com/u/3596439?v=4)](https://github.com/danielmadu "danielmadu (18 commits)")

### Embed Badge

![Health badge](/badges/danielmadu-lara-kv-store/health.svg)

```
[![Health](https://phpackages.com/badges/danielmadu-lara-kv-store/health.svg)](https://phpackages.com/packages/danielmadu-lara-kv-store)
```

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2912.8k](/packages/aerni-livewire-forms)[team-nifty-gmbh/tall-datatables

A package to create datatables using alpinejs, tailwind, livewire and laravel

1217.2k1](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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