marcosadantas / expressive-namespace
Service provider for expressive command with other packages command
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/marcosadantas/expressive-namespace
Requires
- php: >=7
- marcosadantas/expressive-console: dev-master
- marcosadantas/spacenames: dev-master
- psr/container: ^1.0@dev
- symfony/console: ^4.1@dev
This package is auto-updated.
Last update: 2025-10-15 13:57:20 UTC
README
When you project need change namespace, or skeleton change namespace, you can edit file by file with ide, but if you project have thousands files ? this lib provider a console command for change all files namespace, use namespaces, and more...
How use
composer require marcosadantas/expressive-namespace
How this works
After install with composer, service manager try insert it on configs providers, if cannot put:
ExpressiveNamespace\ConfigProvider
After configuration, on console:
namespace:change current newNamespace debugMode
Usage:
namespace:change App\ ApiBase\ true
Description
This command load composer.json and go to path, change file by file all used and namespace files.