https://github.com/soyhuce/phpinsights-formatter
Provides formatters for PhpInsights
https://github.com/soyhuce/phpinsights-formatter
hacktoberfest phpinsights
Last synced: 2 months ago
JSON representation
Provides formatters for PhpInsights
- Host: GitHub
- URL: https://github.com/soyhuce/phpinsights-formatter
- Owner: Soyhuce
- License: mit
- Created: 2022-05-20T07:47:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T03:23:29.000Z (5 months ago)
- Last Synced: 2025-04-30T14:24:52.049Z (2 months ago)
- Topics: hacktoberfest, phpinsights
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

# PhpInsights formatters
[](https://packagist.org/packages/soyhuce/phpinsights-formatter)
[](https://github.com/soyhuce/phpinsights-formatter/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/soyhuce/phpinsights-formatter/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[](https://github.com/soyhuce/phpinsights-formatter/actions?query=workflow%3APHPStan+branch%3Amain)
[](https://packagist.org/packages/soyhuce/phpinsights-formatter)Ce package permet l'ajout de formatters pour [PhpInsights](https://phpinsights.com/)
## Installation
You can install the package via composer:
```bash
composer require soyhuce/phpinsights-formatter
```### Text Formatter
Utilisez le formatter via
```bash
php artisan insights --format=\\Soyhuce\\PhpInsights\\TextFormatter > insights.txt
```### Markdown Formatter
Utilisez le formatter via
```bash
php artisan insights --format=\\Soyhuce\\PhpInsights\\MarkdownFormatter
```Le résultat sera stocké sous `insights.md`
### Full Markdown Formatter
Utilisez le formatter via
```bash
php artisan insights --format=\\Soyhuce\\PhpInsights\\FullMarkdownFormatter
```Le résultat sera stocké sous `insights-full.md`
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Bastien Philippe](https://github.com/Soyhuce)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.