Checking if financial processes can be bypassed before deployment
State-machine verification catches process logic flaws before deployment, but BPMS market is mature.
A sampling profiler or a memory usage profiler for PHP written in PHP, which reads information about running PHP VM from outside the process. You can find performance bottlenecks or memory leaks of your scripts without changing the target script or loading extensions.
Reads PHP VM memory from outside the process with zero code changes.
PHP backend developers, performance engineers
Xdebug · Blackfire · Spyce
Reli is a sampling profiler and VM state inspector for PHP, written in PHP, that inspects running PHP processes from the outside.
In 0.12.0, tracing, memory analysis, monitoring, and runtime inspection all expanded quite a bit.
I would be especially interested in feedback on whether the memory-analysis, watch, and variable-inspection direction looks useful.
State-machine verification catches process logic flaws before deployment, but BPMS market is mature.
PHP payment domain model handling state machines and multi-provider abstraction better than Omnipay.
One PHP process handles web, API, and AI agents via MCP—no nginx, no reverse proxy needed.
Native GNU grep engine inside PHP VM, no exec() overhead.
Stops stateful AI agents from OOMing using Linux Pdeathsig and socket-based cleanup.
In-process LLM inference in PHP beats the usual Python sidecar pattern.