miha/namespace-inspection

Inspect if namespaces match directory structure

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/miha/namespace-inspection

1.0.0 2017-10-26 13:28 UTC

This package is auto-updated.

Last update: 2025-09-29 01:44:04 UTC


README

DESCRIPTION

  • Inspect namespaces if they match directory structure
  • Inspect class names if they match file name

USAGE

./vendor/bin/namespace-inspection path-to-directory [initial-namespace]

EXAMPLES

  • ./vendor/bin/namespace-inspection src NamespaceInspection
  • ./vendor/bin/namespace-inspection tests NamespaceInspectionTest
  • ./vendor/bin/namespace-inspection src