randyyates member since: Sep 12, 2026 · Transparency log
randyyates's packages
-
PHP
lavaphp/app
LavaPHP application skeleton — the composer create-project target. Boots green with zero configuration.
-
PHP
lavaphp/core
LavaPHP core — agent-first micro-framework kernel: self-diagnosing boot, explicit DI, mandatory-name routing, deterministic feature flags.
-
PHP
lavaphp/db
LavaPHP db pack — typed query builder, schema DSL, and migrations on PDO. Values are always parameter-bound.
-
PHP
lavaphp/events
LavaPHP events pack — a PSR-14 dispatcher whose listeners are declared in app/Listeners.php, checked at boot and listed in the map.
-
PHP
lavaphp/http-client
LavaPHP http-client pack — small PSR-18 client on ext-curl with timeouts, bounded retries, and non-2xx as LavaProblems.
-
PHP
lavaphp/validate
LavaPHP validate pack — typed validation DSL where every rule failure carries a field-scoped fix hint.
-
PHP
lavaphp/view
LavaPHP view pack — Twig integration with strict defaults, autoescaping on, and an explicit function registry.