idrinth / config-check
Checks a project recursively for ini, xml, json or yaml-files and validates them whenever possible.
dev-master
2024-04-29 15:48 UTC
Requires
- php: ^8
- ext-dom: *
- ext-json: *
- ext-libxml: *
- ext-simplexml: *
- idrinth/yaml-facade: dev-master
- justinrainbow/json-schema: ^5.2.8
Requires (Dev)
- phpunit/phpunit: ^9 || ^10 || ^11
Suggests
- ext-curl: For faster downloads of remote schematas
- squizlabs/php_codesniffer: >=3.4 for checking PSR-12 compliance during developement
This package is auto-updated.
Last update: 2024-11-05 02:38:20 UTC
README
This project is checking any project's config files for correctness, including schema validation once implemented.
Supported formats and checks
Configuration
Use a .idrinth-cc.json to configure what and how to check, see the one in the root of this repository and the schema to see what is possible.