https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
Our https://myray.app gained a cool new trick: it can now display the values of private properties and results of private methods. class PrivateClass { private string $privateProperty = 'this is the value of the private property'; private function privateMethod() { return 'this is the result of the private method'; }}
$privateClass = new PrivateClass(); ray()->invade($privateClass)->privateProperty; The invade() method can also display the results of private methods in Ray.