# laruence/yaconf

A PHP Persistent Configurations Container

Repository: https://github.com/laruence/yaconf
Canonical: https://ross.abutalabs.com/products/yaconf
Language: PHP
License: NOASSERTION
License Family: other
Topics: yaconf, php, configuration-management, c
Last push: 2026-08-19T02:11:53+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 4770, "days_push": 15, "days_rel": 15, "gap_med": 11, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1045, forks 178 (observed 2026-08-28T04:03:21.549342+00:00)

## What it is
Yaconf is a PHP extension providing a persistent configuration container that parses INI files once at startup and serves them from immutable, copy-on-write memory for the entire PHP lifecycle. It eliminates per-request config parsing overhead in PHP-FPM deployments.

## Use cases
- load php ini config files once at startup instead of every request
- share configuration memory across php-fpm workers
- fast config lookup without file i/o per request
- manage application configuration in a php extension
- reload config files automatically without restarting php

## When to choose
- you run php-fpm and re-parse ini or php config files on every request
- you need zero-cost config reads with hash lookups from persistent memory
- you want config shared across forked workers via copy-on-write memory

## When to avoid
- you need automatic config reloading on ZTS thread-safe php builds
- you need dynamic or runtime-writable configuration storage
- you cannot install php c extensions

## Facets
- artifact type: library
- maturity: active
- function: configuration-management, caching
- domain: developer-tools, web-development, backend, performance
- platform: php, windows
- tags: php-extension, ini-parser, persistent-config, copy-on-write, php-fpm, zend-extension, linux, macos, web-server

## Member repositories
- laruence/yaconf (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:21.549342+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:02:06.028723+00:00, confidence not recorded.
  - readme: https://github.com/laruence/yaconf (fetched 2026-08-28T04:03:21.549342+00:00, sha 35eb8238d7ba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
