PHPackages                             nikitin/key-storage - 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. nikitin/key-storage

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

nikitin/key-storage
===================

This package need for store Key =&gt; Value

v1.2(8y ago)117MITPHPPHP &gt;=7.0

Since Mar 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/e-nikitin/key-storage)[ Packagist](https://packagist.org/packages/nikitin/key-storage)[ Docs](https://github.com/nikitin/KeyStorage)[ RSS](/packages/nikitin-key-storage/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

Laravel KeyStorage
==================

[](#laravel-keystorage)

[![Latest Stable Version](https://camo.githubusercontent.com/67885d81abb7409ef6f6b6e7a776d9611b7f879bf9c0aef1b6e47902e2e0c492/68747470733a2f2f706f7365722e707567782e6f72672f6e696b6974696e2f6b65792d73746f726167652f762f737461626c65)](https://packagist.org/packages/nikitin/key-storage)[![Total Downloads](https://camo.githubusercontent.com/f3913efd13cf848b74feaa18b6602147cea220760d1e8e7ed71fb2f2bb9a663c/68747470733a2f2f706f7365722e707567782e6f72672f6e696b6974696e2f6b65792d73746f726167652f646f776e6c6f616473)](https://packagist.org/packages/nikitin/key-storage)[![Latest Unstable Version](https://camo.githubusercontent.com/0b7ac72ebb06194480dd2172c75462cfd72dd14b95ba7d209d4077c9013dd6a3/68747470733a2f2f706f7365722e707567782e6f72672f6e696b6974696e2f6b65792d73746f726167652f762f756e737461626c65)](https://packagist.org/packages/nikitin/key-storage)[![License](https://camo.githubusercontent.com/d0759be20c291cd5b4a7cfae43214f00ceb5178480b868c353d61b1fb96802b6/68747470733a2f2f706f7365722e707567782e6f72672f6e696b6974696e2f6b65792d73746f726167652f6c6963656e7365)](https://packagist.org/packages/nikitin/key-storage)

Install
-------

[](#install)

```
$ composer require nikitin/key-storage
```

**Publish config file**

```
$ php artisan vendor:publish --tag=key-storage
```

**Add Service Provider**

```
...
 \nikitin\KeyStorage\KeyStorageServiceProvider::class
...
```

**And run**

```
$ php artisan key-storage:create-table
```

Usage
-----

[](#usage)

**Supported data types**

- integer
- string
- boolean
- array
- \*serializable object

```
use nikitin\KeyStorage\Facades\KeyStorage;
...

KeyStorage::set('test', [1,2,3,4,5,'test'=>321]);

KeyStorage::get('test');
result:
    array:6 [
          0 => 1
          1 => 2
          2 => 3
          3 => 4
          4 => 5
          "test" => 321
        ]

// If you need key type
  KeyStorage::getType('test');
  result: "array"

$inst = KeyStorage::getSelf();
$inst->set('key', 'value');
$result = $inst->get('key');
```

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3030d ago

PHP version history (2 changes)v1.0PHP &gt;=7.1

v1.2PHP &gt;=7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15894528?v=4)[Evgenii Nikitin](/maintainers/e-nikitin)[@e-nikitin](https://github.com/e-nikitin)

---

Top Contributors

[![e-nikitin](https://avatars.githubusercontent.com/u/15894528?v=4)](https://github.com/e-nikitin "e-nikitin (10 commits)")

---

Tags

laravellaravel-5-packagelaravel-packagenikitinKeyStoragekey-storage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nikitin-key-storage/health.svg)

```
[![Health](https://phpackages.com/badges/nikitin-key-storage/health.svg)](https://phpackages.com/packages/nikitin-key-storage)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40140.4k2](/packages/erlandmuchasaj-laravel-gzip)

PHPackages © 2026

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