PHPackages                             ytake/hh-config-aggregator - 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. ytake/hh-config-aggregator

ActiveLibrary

ytake/hh-config-aggregator
==========================

Aggregate and merge configuration

0.10.0(5y ago)0667MITHack

Since Nov 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ytake/hh-config-aggregator)[ Packagist](https://packagist.org/packages/ytake/hh-config-aggregator)[ RSS](/packages/ytake-hh-config-aggregator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (7)Versions (21)Used By (0)

HH-Config-Aggregator
====================

[](#hh-config-aggregator)

[![Build Status](https://camo.githubusercontent.com/65f42e115de0bc7a26b6e441b52b3d022c66173afb4aaf49c92ea3cd47988a30/68747470733a2f2f7472617669732d63692e6f72672f7974616b652f68682d636f6e6669672d61676772656761746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ytake/hh-config-aggregator)

Aggregates and merges configuration, Supports caching for fast bootstrap in production environments.

[zendframework/zend-config-aggregator](https://github.com/zendframework/zend-config-aggregator) converted for hack

Installation
------------

[](#installation)

```
$ composer require ytake/hh-config-aggregator
```

Usage
-----

[](#usage)

```
use type Ytake\HHConfigAggreagator\ArrayProvider;
use type Ytake\HHConfigAggreagator\ConfigAggreagator;
use type Ytake\HHConfigAggreagator\PhpFileProvider;

$aggregator = new ConfigAggreagator(
  vec[
    new PhpFileProvider(
      __DIR__.'/resources/config/{{,*.}global,{,*.}local}.{hack,hackpartial}',
    ),
    new ArrayProvider(['config_cache_enabled' => true])
  ],
  __DIR__.'/resources/cached.config.cache.hackpartial'
);
$aggregator->getMergedConfig();
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Every ~49 days

Recently: every ~33 days

Total

20

Last Release

2145d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47817f3dd2890864096bd77ee772ec46061432f128988ca23939b0ca486d7bc3?d=identicon)[ytake](/maintainers/ytake)

---

Top Contributors

[![ytake](https://avatars.githubusercontent.com/u/4454078?v=4)](https://github.com/ytake "ytake (51 commits)")

---

Tags

confighackhacklanghhvmhack

### Embed Badge

![Health badge](/badges/ytake-hh-config-aggregator/health.svg)

```
[![Health](https://phpackages.com/badges/ytake-hh-config-aggregator/health.svg)](https://phpackages.com/packages/ytake-hh-config-aggregator)
```

PHPackages © 2026

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