PHPackages                             elcoop/valuestore - 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. elcoop/valuestore

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

elcoop/valuestore
=================

1.0(7y ago)0101↑25%MITPHP

Since Dec 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/el-coop/Valuestore)[ Packagist](https://packagist.org/packages/elcoop/valuestore)[ RSS](/packages/elcoop-valuestore/feed)WikiDiscussions master Synced 1mo ago

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

```
El-Coop Valuestore - (based on spatie valuestore)

Install - composer require elcoop/valuestore

Docs:

Create Valuestore:

use ElCoop\Valuestore\Valuestore;

$valuestore = new Valuestore($filename);
// $filename has to be json, if the file doesnt exist one will be created.

Get All Values:

$all = $valuestore->all()
// $all is a $key => $value array.

Put New Value:

$valuestre->put($name,$value);
// $name has to be string.

Get New Value:

$value = $valuestore->get($name);
// $name has to be string, if $name does not exists in settings file null will be returned - an additional $default
// parameter can be given, returned in the case of $name not existing.

Get All Values Starting With:
$values = $valuestore->allStartingWith($string);
// returns all values with names starting with $string, returns null if none exist.
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

Unknown

Total

1

Last Release

2693d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/869a42fcc506a31837ca00d866f387395e68b42d8c34b88d64d41999c2b2c6c0?d=identicon)[El-Coop](/maintainers/El-Coop)

---

Top Contributors

[![Cucurrucho](https://avatars.githubusercontent.com/u/19803784?v=4)](https://github.com/Cucurrucho "Cucurrucho (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/elcoop-valuestore/health.svg)

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

PHPackages © 2026

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