soyhuce/phpinsights-formatter

Provides formatters for Phpinsights

2.1.0 2023-11-24 13:03 UTC

This package is auto-updated.

Last update: 2024-04-29 03:37:18 UTC


README

alt text

PhpInsights formatters

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status GitHub PHPStan Action Status Total Downloads

Ce package permet l'ajout de formatters pour PhpInsights

Installation

You can install the package via composer:

composer require soyhuce/phpinsights-formatter

Text Formatter

Utilisez le formatter via

php artisan insights --format=\\Soyhuce\\PhpInsights\\TextFormatter > insights.txt

Markdown Formatter

Utilisez le formatter via

php artisan insights --format=\\Soyhuce\\PhpInsights\\MarkdownFormatter

Le résultat sera stocké sous insights.md

Full Markdown Formatter

Utilisez le formatter via

php artisan insights --format=\\Soyhuce\\PhpInsights\\FullMarkdownFormatter

Le résultat sera stocké sous insights-full.md

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.