phpcq/autoload-validation

Check that the contents of the composer.json autoload keys are correct.

Package info

github.com/phpcq/autoload-validation

pkg:composer/phpcq/autoload-validation

Fund package maintenance!

discordier

dmolineus

Statistics

Installs: 119 646

Dependents: 4

Suggesters: 0

Stars: 7

Open Issues: 3

1.3.1 2020-09-19 07:36 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT dbc06ca6d00a39486de9c63bfd1836fbd435b5d7


README

👁 Version
👁 Stable Build Status
👁 Upstream Build Status
👁 License
👁 Downloads

Validate the autoload information within composer.json.

This is useful to ensure that all classes covered by the defined autoload information in the composer.json.

Usage

Add to your composer.json in the require-dev section:

"phpcq/autoload-validation": "~1.0"

Call the binary:

./vendor/bin/check-autoloading.php

Optionally pass the root of the git repository to check:

./vendor/bin/check-autoloading.php /path/to/some/repository