reliforp / reli-prof-sidecar-client
Lightweight, FFI-free PHP client for the reli-prof sidecar daemon. Embed in user applications to request memory dumps from the sidecar without pulling in the full reli-prof toolchain.
Package info
github.com/reliforp/reli-prof-sidecar-client
pkg:composer/reliforp/reli-prof-sidecar-client
Requires
- php: >=7.0
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^6.5 || ^7 || ^8 || ^9 || ^13
This package is auto-updated.
Last update: 2026-04-27 17:46:05 UTC
README
Lightweight, FFI-free PHP client for the reli-prof sidecar daemon.
This repository is a generated read-only mirror. Source lives in reliforp/reli-prof under
src/Sidecar/Client/. The contents here are produced by the Rector-based downgrade pipeline (tools/build-sidecar-client.shin the upstream repo) targeting PHP 7.0+ for compatibility with the profiler's full target range.Do NOT open PRs here. File issues / pull requests against the upstream repository instead.
Install
composer require reliforp/reli-prof-sidecar-client
Usage
See the sidecar documentation.
License
MIT — same as upstream.