Namespacer icon indicating copy to clipboard operation
Namespacer copied to clipboard

PHP Class converter to namepaces.

Results 5 Namespacer issues
Sort by recently updated
recently updated
newest added

This fixes some bugs and adds trait support: - Fix a bug to apply name transforms to traits and interfaces as well as classes. - Add support for traits to...

I keep getting errors about stdlib being locked to 3.1.0 whereas the package requires ^2.3.0. Is it possible to use newer stdlib to prevent conflicts?

Somehow the Zend dependencies does not seem to be correct, that's why the PHP file throws this fatal error after doing composer install and calling php -f namespacer.php This can...

My project had a zero-byte .php file in it for some reason, and as soon as "namespacer map" encountered the file, it threw an exception: ``` ====================================================================== The application has...