PHPackages                             scavix/wdf-globalcache - 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. [Caching](/categories/caching)
4. /
5. scavix/wdf-globalcache

ActiveLibrary[Caching](/categories/caching)

scavix/wdf-globalcache
======================

Global cache components

v1.1.3(1mo ago)032LGPL-3.0-or-laterPHP

Since Sep 9Pushed 1mo agoCompare

[ Source](https://github.com/ScavixSoftware/scavix-wdf-globalcache)[ Packagist](https://packagist.org/packages/scavix/wdf-globalcache)[ RSS](/packages/scavix-wdf-globalcache/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Scavix Software Web Development Framework
=========================================

[](#scavix-software-web-development-framework)

This is a package for the Scavix Software Web Development Framework. It plugs into the core system and provides a global cache, that may be used across user sessions. It is useful to store global data like resource-paths and buffered user-independents.

Installation
============

[](#installation)

Install the package with `composer require scavix/wdf-globalcache`.

Configuration
=============

[](#configuration)

```
$GLOBALS['CONFIG']['globalcache'] =
[
    'CACHE' => 'globalcache_CACHE_FILES|globalcache_CACHE_DB',
    'key_prefix => 'optional_prefix_to_separate_system_parts'
];

```

Dependencies
------------

[](#dependencies)

- [scavix/wdf-core (^1.1.2)](https://packagist.org/packages/scavix/wdf-core#v1.1.2)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance91

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

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.

###  Release Activity

Cadence

Every ~40 days

Recently: every ~59 days

Total

7

Last Release

43d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/42140533?v=4)[Scav](/maintainers/scavix)[@Scavix](https://github.com/Scavix)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/scavix-wdf-globalcache/health.svg)

```
[![Health](https://phpackages.com/badges/scavix-wdf-globalcache/health.svg)](https://phpackages.com/packages/scavix-wdf-globalcache)
```

PHPackages © 2026

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