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)0276↓90%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 3w 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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

2738d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28899008?v=4)[El Co-op](/maintainers/El-Coop)[@el-coop](https://github.com/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)
```

###  Alternatives

[php-ds/ext-ds

An extension providing efficient internal data structures as an alternative to arrays

2.2k1.8k](/packages/php-ds-ext-ds)[bobmotor/magento-2-gulp

Magento 2 gulp configuration

4230.2k](/packages/bobmotor-magento-2-gulp)[studioraz/magento2-unicode-url

Magento 2 module for allowing categories and products UTF-8 URL keys

2425.7k](/packages/studioraz-magento2-unicode-url)[worm/getclientiplib

GetClientIp is a lightweight PHP class for get real/original client IP address, without proxy as opera mini and other.

1813.3k1](/packages/worm-getclientiplib)[mohamedsabil83/filament-hijri-picker

A Hijri date time picker component for Filament

225.1k](/packages/mohamedsabil83-filament-hijri-picker)[servergrove/shell-alias-bundle

This bundle generates a list of shell aliases for commands registered in the Symfony application

211.2k](/packages/servergrove-shell-alias-bundle)

PHPackages © 2026

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