peterfox / phpstan-toon-formatter
A TOON output formatter for PHPStan
Fund package maintenance!
peterfox
Installs: 158
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 1
Open Issues: 1
pkg:composer/peterfox/phpstan-toon-formatter
Requires
- php: ^8.4
- helgesverre/toon: ^3.1
- phpstan/phpstan: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.21.1
- phpstan/extension-installer: ^1.4
- phpunit/phpunit: ^10.3.2
- spatie/ray: ^1.28
This package is auto-updated.
Last update: 2026-01-27 06:14:14 UTC
README
A PHPStan error formatter that outputs errors in the TOON (Typed Object-Oriented Notation) format.
The purpose of this package is to make it easier to integrate PHPStan into your CI pipeline and reduce the amount of tokens spent when working with AI agents.
Installation
You can install the package via composer:
composer require peterfox/phpstan-toon-formatter --dev
If you have phpstan/extension-installer installed, you're all set! The formatter will be automatically registered.
If you don't use the extension installer, you can manually include the configuration in your phpstan.neon or phpstan.neon.dist file:
includes: - vendor/peterfox/phpstan-toon-formatter/extension.neon
Usage
To use the TOON formatter, run PHPStan with the --error-format=toon option:
vendor/bin/phpstan analyse --error-format=toon
Testing
If you want to further develop this package, please refer to the CONTRIBUTING guide.
Tests can be run using:
composer test
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.