Ross ROSS = Recommend OSS · open-source software intelligence for agents

laruence/yaconf

A PHP Persistent Configurations Container observed · 2026-08-28

github.com/laruence/yaconf · PHP · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 11
  • age_days: 4770
  • days_rel: 15
  • days_push: 15
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1045 stars · 178 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

configuration-management caching developer-tools web-development backend performance php windows php-extension ini-parser persistent-config copy-on-write php-fpm zend-extension linux macos web-server

1 source

Member repositories

RepositoryRoleHealth v2
laruence/yaconfmain98

For agents

markdown · JSON · MCP: product_card(name="laruence/yaconf")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem