phpactor / code-transform
Applies introspective transformations on source code
Installs: 53 740
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 9
Open Issues: 0
pkg:composer/phpactor/code-transform
Requires
- php: ^7.3 || ^8.0
 - phpactor/class-to-file: ~0.4.0
 - phpactor/code-builder: ^0.4.1
 - phpactor/name-specification: ^0.1
 - phpactor/text-document: ^1.2.4
 - phpactor/worse-reflection: ^0.4.7
 - webmozart/path-util: ~2.3
 
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
 - friendsofphp/php-cs-fixer: ^2.17
 - phpactor/test-utils: ~1.1.3
 - phpbench/phpbench: ^1.0
 - phpspec/prophecy-phpunit: ^2.0
 - phpstan/phpstan: ~0.12.0
 - phpunit/phpunit: ^9.0
 - symfony/var-dumper: ^5.2
 
- dev-master / 0.4.x-dev
 - 0.4.3
 - 0.4.2
 - 0.4.1
 - 0.4.0
 - 0.3.2
 - 0.3.1
 - 0.3.0
 - 0.2.1
 - 0.2.0
 - 0.1.1
 - 0.1.0
 - dev-tolerant-parser-0.1
 - dev-phpbench-alpha
 - dev-maestro-phpbench
 - dev-no-glob-constants
 - dev-interesting-offset-not-finding-method-call
 - dev-fix_invalid_class
 - dev-change-visiblity
 - dev-reflection_macro
 - dev-fix_namepspace_classname_transformer
 - dev-fix_namespace_transform
 - dev-xml_refactoring
 - dev-overload_method
 - dev-rename_variable
 - dev-generate_accessor
 - dev-extract_constant
 - dev-custom_text_edit
 - dev-code_generation
 
This package is auto-updated.
Last update: 2022-03-31 20:10:33 UTC
README
A bunch of refactorings for Phpactor, for example:
- Extract Constant
 - Extract Method
 - Generate Accessor
 - Generate Method
 - Import Class
 - Override Method
 - Rename Variable
 
Contributing
This package is open source and welcomes contributions! Feel free to open a pull request on this repository.
Support
- Create an issue on the main Phpactor repository.
 - Join the 
#phpactorchannel on the Slack Symfony Devs channel.