PHPackages                             glynnforrest/speedy-config - 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. glynnforrest/speedy-config

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

glynnforrest/speedy-config
==========================

No-fuss configuration loader, processor and cache

v0.1.0(9y ago)044MITPHP

Since Apr 3Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (0)

Speedy Config
=============

[](#speedy-config)

[![Build Status](https://camo.githubusercontent.com/8ddc95ef6c4897170c4bf0fe7c1b33a6b944d47c5e20010678d223d73cfb71cd/68747470733a2f2f7472617669732d63692e6f72672f676c796e6e666f72726573742f7370656564792d636f6e6669672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/glynnforrest/speedy-config)

Load configuration from a variety of sources, process and validate it, then cache the result for speedy loading the next time.

Install
-------

[](#install)

```
composer require glynnforrest/speedy-config
```

Usage
-----

[](#usage)

Create a config builder with the loaders and processors to use:

```
use SpeedyConfig\ConfigBuilder;
use SpeedyConfig\Loader\YamlLoader;
use SpeedyConfig\Loader\PhpLoader;
use SpeedyConfig\Processor\ReferenceProcessor;

$builder = new ConfigBuilder([new YamlLoader(), new PhpLoader()], new ReferenceProcessor());
```

Add resources to load:

```
$builder->addResource('config.php')
    ->addResource('config.yml');
```

Then get the resolved configuration.

```
$config = $builder->getConfig();

// instance of SpeedyConfig\Config
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

3375d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/578458?v=4)[Glynn Forrest](/maintainers/glynnforrest)[@glynnforrest](https://github.com/glynnforrest)

---

Top Contributors

[![glynnforrest](https://avatars.githubusercontent.com/u/578458?v=4)](https://github.com/glynnforrest "glynnforrest (27 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/glynnforrest-speedy-config/health.svg)

```
[![Health](https://phpackages.com/badges/glynnforrest-speedy-config/health.svg)](https://phpackages.com/packages/glynnforrest-speedy-config)
```

###  Alternatives

[ip2location/ip2location-php

\[Official Release\] IP2Location PHP API to get location info from IPv4 and IPv6 address.

2154.1M37](/packages/ip2location-ip2location-php)[humaidem/filament-map-picker

5920.8k](/packages/humaidem-filament-map-picker)

PHPackages © 2026

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