fw2/glimpse

0.18.9 2025-07-22 11:25 UTC

This package is auto-updated.

Last update: 2025-07-22 11:50:25 UTC


README

require_once './vendor/bin';

$reflector =new \Fw2\Glimpse\Reflector::create();
$reflector->reflect('Some\User\Class');
./vendor/bin/pest --coverage
./vendor/bin/phpcbf
./vendor/bin/phpstan analyze --level=6 --memory-limit 2G