Skip to content

v0.1.0

Choose a tag to compare

@rawphp rawphp released this 05 Jul 09:25
· 478 commits to main since this release

First public release of rawphp/warp — a warm-worker test engine for Laravel + Pest that boots the app once per process and hands each test a sandboxed clone.

Highlights

  • S1 warm-worker engine: warm application factory, reset manifest, hermeticity sentinel, InteractsWithWarmApplication trait, benchmark + parity harness.
  • S1 gate: PASSED — Gate A 97.4× framework-tax reduction (53.57ms → 0.55ms), Gate B PARITY OK on 1,372 tests. See docs/reports/2026-07-04-s1-gate.md.
  • Engage warm mode with WARP_MODE=1 (also accepts on / true).
  • PSR-4 namespace: RawPHP\Warp\; Composer package: rawphp/warp (MIT).

See CHANGELOG.md for full details.