Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szepeviktor/psr4-rector

Rector upgrade rule for non-PSR-4 class filenames
https://github.com/szepeviktor/psr4-rector

class psr-4 rector rector-extension

Last synced: 21 days ago
JSON representation

Rector upgrade rule for non-PSR-4 class filenames

Awesome Lists containing this project

README

        

# PSR-4 Rector rule

[Rector](https://getrector.com/) rule
to rename class files to conform
[PSR-4 standard](https://www.php-fig.org/psr/psr-4/).

Based on https://github.com/rectorphp/rector/pull/1170