fw2/glimpse

0.18.8 2025-07-15 06:07 UTC

This package is auto-updated.

Last update: 2025-07-15 06:09:44 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