marcosadantas / spacenames
This lib provides command to change every file on dir and sub-dir app namespace
Installs: 319
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/marcosadantas/spacenames
Requires
- php: >=7
This package is auto-updated.
Last update: 2025-10-15 13:12:58 UTC
README
Change all namespaces by command, this command read composer json and change all files on folder by namespace specs...
Requirements
PHP >= 7.x
How to use
composer require marcosadantas/spacenames
require __DIR__.'/vendor/autoload.php';
\Spacenames\Core::changeNamespace('AuthExpressive\\', 'App\\', true);
This command is for CLI.