PHPackages                             studiow/properties - 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. studiow/properties

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

studiow/properties
==================

A convenient way to store and retrieve properties and values

013PHP

Since May 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/studiowbe/properties)[ Packagist](https://packagist.org/packages/studiow/properties)[ RSS](/packages/studiow-properties/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

properties
==========

[](#properties)

A convenient way to store and retrieve properties and values

Usage
-----

[](#usage)

### Basic example

[](#basic-example)

```
$props = new PropertiesHolder(["foo"=>"bar"]);
$props->get("foo", "default"); //returns "bar";
$props->get("unset_prop", "default"); //returns "default";
```

### Adding or updating properties

[](#adding-or-updating-properties)

```
//set a single property
$props->set("foo", "bar");

//set multiple properties
$props->set(["foo"=>"bar", "foo_2"=>"bar_2"]);
```

### Removing properties

[](#removing-properties)

```
//remove a single property
$props->remove("foo");

//remove multiple properties
$props->remove(["foo", "foo_2"]);
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b57a4311f92e06e73f6c646344a069d0088747f22e420a583f91bd3e6ab1729?d=identicon)[studiowbe](/maintainers/studiowbe)

---

Top Contributors

[![willemwollebrants](https://avatars.githubusercontent.com/u/916958?v=4)](https://github.com/willemwollebrants "willemwollebrants (5 commits)")

### Embed Badge

![Health badge](/badges/studiow-properties/health.svg)

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

###  Alternatives

[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.5k77.4k89](/packages/pocketmine-pocketmine-mp)[codewithdennis/filament-simple-alert

A plugin for adding straightforward alerts to your filament pages

124257.7k4](/packages/codewithdennis-filament-simple-alert)[laravel-admin-ext/config

Config extension for laravel-admin

97183.4k5](/packages/laravel-admin-ext-config)[brick/schema

Schema.org library for PHP

5173.1k1](/packages/brick-schema)[webinarium/php-dictionary

Static dictionary implementation for PHP

1019.2k](/packages/webinarium-php-dictionary)

PHPackages © 2026

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