2017 © Pedro Peláez
 

library hh-config-aggregator

Aggregate and merge configuration

image

ytake/hh-config-aggregator

Aggregate and merge configuration

  • Sunday, July 29, 2018
  • by ytake
  • Repository
  • 1 Watchers
  • 0 Stars
  • 266 Installations
  • Hack
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 2 % Grown

The README.md

HH-Config-Aggregator

Build Status, (*1)

Aggregates and merges configuration, Supports caching for fast bootstrap in production environments., (*2)

zendframework/zend-config-aggregator converted for hack, (*3)

Installation

$ composer require ytake/hh-config-aggregator

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();

The Versions

29/07 2018

dev-master

9999999-dev

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

29/07 2018

0.1.7

0.1.7.0

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

29/07 2018

dev-feature/hhvm-3.26

dev-feature/hhvm-3.26

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

05/07 2018

0.1.6

0.1.6.0

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

05/07 2018

dev-feature/patch-hhvm3.27

dev-feature/patch-hhvm3.27

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

09/05 2018

0.1.5

0.1.5.0

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

09/05 2018

dev-fixed/hhvm3.26-unbound-name-patch

dev-fixed/hhvm3.26-unbound-name-patch

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

02/04 2018

0.1.4

0.1.4.0

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

02/04 2018

dev-feature/patch-latest-hhvm

dev-feature/patch-latest-hhvm

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

07/03 2018

0.1.3

0.1.3.0

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

07/03 2018

dev-feature/changed-filename

dev-feature/changed-filename

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

03/01 2018

0.1.2

0.1.2.0

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

29/11 2017

0.1.1

0.1.1.0

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm

29/11 2017

0.1.0

0.1.0.0

Aggregate and merge configuration

  Sources   Download

MIT

The Requires

 

The Development Requires

hack hhvm