soyhuce/phpinsights-formatter is a Laravel package for provides formatters for phpinsights.
It currently has 0 GitHub stars and 8.181 downloads on Packagist (latest version 2.1.0).
Install it with composer require soyhuce/phpinsights-formatter.
Discover more Laravel packages by soyhuce
or browse all Laravel packages to compare alternatives.
Last updated

Ce package permet l'ajout de formatters pour PhpInsights
You can install the package via composer:
composer require soyhuce/phpinsights-formatter
Utilisez le formatter via
php artisan insights --format=\\Soyhuce\\PhpInsights\\TextFormatter > insights.txt
Utilisez le formatter via
php artisan insights --format=\\Soyhuce\\PhpInsights\\MarkdownFormatter
Le résultat sera stocké sous insights.md
Utilisez le formatter via
php artisan insights --format=\\Soyhuce\\PhpInsights\\FullMarkdownFormatter
Le résultat sera stocké sous insights-full.md
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.