Installation paths
Composer for PHP projects, PHAR for portable CI, and local binary usage for sample applications.
Open installationDocumentation-first release gate
Variation 03 / Manual
A documentation-first release gate for teams that need every application file to have an obvious test, ownership declaration, and matched coverage threshold.
parity.yaml, generate coverage, run the first check.ConfigureModel your repositoryMap folders, suffixes, namespaces, exceptions, and minimums.UnderstandRead matched coverageSee when coverage came from the belonging test versus incidental execution.EnforceWire the gate into CIUse exit codes and JSON output to block weak test architecture.Every failure names the source file, expected test file, rule, actual value, and threshold. A DevOps engineer can wire it into CI without knowing the application domain.
Composer for PHP projects, PHAR for portable CI, and local binary usage for sample applications.
Open installationStructure blocks describe source folders, test folders, file suffixes, explicit maps, and namespace behavior.
Open configurationDocumentation distinguishes global coverage, minimum file coverage, and matched coverage from the belonging test.
Open coverageHandoff package
php vendor/bin/parity check --format=jsonparity.yaml committed at the repository root.