xrdebug / php

Official PHP client library for xrDebug
https://xrdebug.com
Apache License 2.0
222 stars 6 forks source link

XR inspector: xri #44

Closed rodber closed 2 years ago

rodber commented 2 years ago

Provide an extendable inspector allowing to provide system-aware information.

xri()->memory();
xri()->myRelevantData();

đŸ’¡Users can create their own specialized methods for retrieving relevant information without the hassle of doing it all manual.