kostaspt/namespace-checker

This package is abandoned and no longer maintained. The author suggests using the kostaspt/php-ns-fixer package instead.

Find wrong namespaces in your PHP projects

Installs: 158

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 3

Type:application

v1.0.0 2019-02-01 00:29 UTC

README

Latest Version on Packagist Build Status Code Coverage Scrutinizer Code Quality Dependabot Status

Automatically find (and fix) wrong namespaces in your PHP projects.

Install

$ composer global require kostaspt/php-ns-fixer

Usage

$ php-ns-fixer fix src --prefix=App
$ php-ns-fixer fix tests --dry-run --skip-empty