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: 3 months ago
JSON representation
Rector upgrade rule for non-PSR-4 class filenames
- Host: GitHub
- URL: https://github.com/szepeviktor/psr4-rector
- Owner: szepeviktor
- License: mit
- Created: 2023-08-17T15:40:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T20:25:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T19:09:05.426Z (4 months ago)
- Topics: class, psr-4, rector, rector-extension
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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