iomywiab / formatting
Project template
v1.4.0-stable
2025-07-25 12:11 UTC
Requires
- php: >=8.1, <=8.5
- iomywiab/converting: ^1.3
Requires (Dev)
- friendsofphp/php-cs-fixer: *
- iomywiab/testing: ^1.2
- nunomaduro/collision: *
- pdepend/pdepend: *
- phpcompatibility/php-compatibility: *
- phpmd/phpmd: *
- phpmetrics/phpmetrics: *
- phpstan/extension-installer: *
- phpstan/phpstan: *
- phpstan/phpstan-deprecation-rules: *
- phpstan/phpstan-phpunit: *
- phpstan/phpstan-strict-rules: *
- phpstan/phpstan-symfony: *
- phpunit/phpunit: *
- psalm/plugin-phpunit: *
- roave/security-advisories: dev-latest
- sebastian/phpcpd: *
- shipmonk/composer-dependency-analyser: *
- shipmonk/phpstan-baseline-per-identifier: *
- shipmonk/phpstan-rules: *
- voku/phpstan-rules: *
This package is auto-updated.
Last update: 2025-07-25 12:14:46 UTC
README
PHP Composer library for value formatting.
Quickstart
There are several formatters in this library. I guess the main features are:
- Value formatters: pretty printing of single values, or printing with additional debug info like types of array items
- Messages: building print messages
- TemplateReplacer: substitutes content in messages, fast on multiple usages such as logging
Please check the example.