PHPackages                             zyberware/var-manager - 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. zyberware/var-manager

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

zyberware/var-manager
=====================

Provides an easy way to save variables with getter- and setter-methods.

v0.1.0(12y ago)033MPL-2.0PHP

Since Apr 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/zyberWare/php-var-manager)[ Packagist](https://packagist.org/packages/zyberware/var-manager)[ Docs](https://github.com/zyberWare/php-var-manager)[ RSS](/packages/zyberware-var-manager/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

zyberware/var-manager
=====================

[](#zyberwarevar-manager)

VarManager provides an easy way to save variables with getter- and setter-methods.

Example
-------

[](#example)

```
$vars = new \ZyberWare\VarManager();
$vars->setDay('Friday');
$vars->setConfig('main', $mainConfig);
$vars->setConfig('db', $dbConfig);

var_dump(
    $vars->getDay(),
    $vars->getConfig('main'),
    $vars->getConfig('db')
);
```

Documentation
-------------

[](#documentation)

To create the docs, just run `phpdoc` in the the project-root. An online-version is available at [phpdoc.zyberware.org/var-manager/](http://phpdoc.zyberware.org/var-manager/).

License
-------

[](#license)

This software is licensed under the [Mozilla Public License v. 2.0](http://mozilla.org/MPL/2.0/). For more information, read the file `LICENSE`.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

4414d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2286104?v=4)[Eric Enold](/maintainers/zyberspace)[@zyberspace](https://github.com/zyberspace)

---

Top Contributors

[![zyberspace](https://avatars.githubusercontent.com/u/2286104?v=4)](https://github.com/zyberspace "zyberspace (20 commits)")

### Embed Badge

![Health badge](/badges/zyberware-var-manager/health.svg)

```
[![Health](https://phpackages.com/badges/zyberware-var-manager/health.svg)](https://phpackages.com/packages/zyberware-var-manager)
```

###  Alternatives

[jiannei/laravel-schedule

More flexible way to manage your Laravel schedule tasks.

191.8k](/packages/jiannei-laravel-schedule)

PHPackages © 2026

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