phpactor / phpactor
PHP refactoring and intellisense tool for text editors
Fund package maintenance!
dantleech
Installs: 9 691
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1 412
Watchers: 23
Forks: 128
Open Issues: 251
Requires
- php: ^8.1
- amphp/process: ^1.1.5
- composer/xdebug-handler: ^3.0
- dantleech/invoke: ^2.0
- dantleech/object-renderer: ^0.1.1
- dnoegel/php-xdg-base-dir: ^0.1.0
- jetbrains/phpstorm-stubs: dev-master
- monolog/monolog: ^1.23
- phpactor/amp-fswatch: ^0.3.0
- phpactor/class-to-file: ~0.5
- phpactor/container: ^2.2.0
- phpactor/language-server: dev-master
- phpactor/language-server-protocol: ^3.17.3
- phpactor/map-resolver: ^1.5.0
- phpactor/phly-event-dispatcher: ^2.0.0
- phpactor/tolerant-php-parser: dev-main
- sebastian/diff: ^4.0
- symfony/console: ^5.0
- symfony/filesystem: ^5.4
- symfony/process: ^5.4
- symfony/yaml: ^5.1
- thecodingmachine/safe: ^1.0
- twig/twig: ^2.4
- webmozart/assert: ^1.11
- webmozart/glob: ^4.4
Requires (Dev)
- blackfire/php-sdk: ^1.31
- dantleech/what-changed: ~0.4
- dms/phpunit-arraysubset-asserts: dev-master
- friendsofphp/php-cs-fixer: ^3.32
- jangregor/phpstan-prophecy: ^1.0
- phpactor/test-utils: ^1.1.4
- phpbench/phpbench: ^1.1
- phpspec/prophecy-phpunit: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.0
- psr/log: ^1.1
- squizlabs/php_codesniffer: ^3.7
- symfony/var-dumper: ^5.2
- vimeo/psalm: ^5.15
Replaces
- phpactor/class-mover: 0.2.0
- phpactor/class-to-file-extension: 0.2.2
- phpactor/code-builder: 0.4.3
- phpactor/code-transform: 0.4.3
- phpactor/code-transform-extension: 0.2.2
- phpactor/completion: *
- phpactor/completion-extension: 0.2.5
- phpactor/completion-rpc-extension: 0.2.3
- phpactor/completion-worse-extension: 0.2.4
- phpactor/composer-autoloader-extension: 0.2.3
- phpactor/config-loader: 0.1.2
- phpactor/console-extension: 0.1.6
- phpactor/debug-extension: *
- phpactor/file-path-resolver: 0.8.3
- phpactor/file-path-resolver-extension: 0.3.4
- phpactor/indexer-extension: 0.3.3
- phpactor/language-server-extension: 0.6.4
- phpactor/language-server-phpactor-extensions: 0.5.3
- phpactor/logging-extension: 0.3.4
- phpactor/name: 0.1.1
- phpactor/path-finder: 0.1.2
- phpactor/php-extension: 0.1.1
- phpactor/reference-finder: 0.1.6
- phpactor/reference-finder-extension: 0.1.7
- phpactor/reference-finder-rpc-extension: 0.1.5
- phpactor/rpc-extension: 0.2.4
- phpactor/source-code-filesystem: 0.1.8
- phpactor/source-code-filesystem-extension: 0.1.5
- phpactor/worse-reference-finder: 0.2.6
- phpactor/worse-reference-finder-extension: 0.1.6
- phpactor/worse-reflection-extension: 0.2.5
- dev-master
- 2024.06.30.0
- 2024.03.09.0
- 2023.12.03.0
- 2023.09.24.0
- 2023.08.06-1
- 2023.08.06
- 2023.06.17-2
- 2023.06.17-1
- 2023.06.17
- 2023.04.10
- 2023.01.21
- 2022.12.12
- 2022.11.12
- 2022.10.11
- 2022.09.11
- 0.18.1
- 0.18.0
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.4
- 0.15.3
- 0.15.2
- 0.15.1
- 0.15.0
- 0.14.1
- 0.14.0
- 0.13.5
- 0.13.4
- 0.13.3
- 0.13.2
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.1
- 0.11.0
- 0.10.1
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-gh-2730
- dev-gh-2715-fix-context
- dev-override-method-code-action
- dev-fix-will-rename-dan
- dev-gh-2538-improve-engine
- dev-gh-2462-type-alias
- dev-gh-2438-do-not-kill-cpis
- dev-package-versions
- dev-gh-2515-class-instnation-snippet
- dev-gh-2511-phpstan-tip
- dev-gh-2466-failing
- dev-readonly-class-attributes
- dev-gh-2403
- dev-top
- dev-php_codesniffer
- dev-gh-2355-div-by-zero
- dev-phptag
- dev-gh-2320
- dev-gh-2311
- dev-gh-2302
- dev-auto-index
- dev-phar
- dev-gh-2019-1
- dev-gh-2220
- dev-gh-2144
- dev-gh-1563-new-object-construct
- dev-develop
This package is auto-updated.
Last update: 2024-10-11 23:56:13 UTC
README
This project aims to provide heavy-lifting refactoring and introspection tools which can be used standalone or as the backend for a text editor to provide intelligent code completion.
- Accurate code completion including class name auto-import.
- Various refactoring,fixes and code generation options.
- Provides a Language Server
- Native VIM plugin (emacs plugin is in development).
- Navigation (jump to definition, related classes, references etc).
- More.
Installation
Phpactor is a general tool, it is not intended that it be installed as a project dependency.
See Installation for installation instructions.
Requirements
- PHP 8.1+
- Composer
Project Recommendations
Phpactor will perform better with Composer and, to a lesser extent, with GiT.
Documentation
Full documentation can be found on Read the Docs
Community
- Follow @phpactor on 🦣 Mastodon for latest news.
- Join the
#phpactor
channel on the Slack Symfony Devs channel.
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
#phpactor
channel on the Slack Symfony Devs channel.
Sponsors
The following organisations are providing either financial support or free services. If you would like to support Phpactor development financially you can sponsor me.