# phpactor **Repository Path**: githubusercontent/phpactor ## Basic Information - **Project Name**: phpactor - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-28 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Phpactor ======== ![phpactor2sm](https://user-images.githubusercontent.com/530801/27995098-82e72c4c-64c0-11e7-96d2-f549c711ca8b.png) | Branch | Status | | ------------ | ------------------------------------------------------------------------------------------------------------------------------ | | master | ![CI](https://github.com/phpactor/phpactor/workflows/CI/badge.svg?branch=master) | | develop | ![CI](https://github.com/phpactor/phpactor/workflows/CI/badge.svg?branch=develop) | 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](https://phpactor.readthedocs.io/en/develop/reference/completion.html) including class name auto-import. - [Various](https://phpactor.readthedocs.io/en/develop/reference/refactorings.html) refactoring,fixes and code generation options. - Provides a [Language Server](https://phpactor.readthedocs.io/en/develop/usage/language-server.html) - Native [VIM plugin](https://phpactor.readthedocs.io/en/develop/usage/vim-plugin.html) ([emacs](https://github.com/emacs-php/phpactor.el) plugin is in development). - [Navigation](https://phpactor.readthedocs.io/en/develop/reference/navigation.html) (jump to definition, related classes, references etc). - [More](https://phpactor.readthedocs.io/en/develop). Installation ------------ Phpactor is a general tool, it is not intended that it be installed as a project dependency. See [Installation](https://phpactor.readthedocs.io/en/develop/usage/standalone.html) for installation instructions. Requirements ------------ - PHP 7.3+ - Composer Project Recommendations ----------------------- Phpactor will perform better with [Composer](https://getcomposer.org) and, to a lesser extent, with [GiT](https://git-scm.org). Documentation ------------- Full documentation can be found on [Read the Docs](https://phpactor.readthedocs.io/en/develop) Community --------- - Follow [@phpactor](https://twitter.com/phpactor) for the latest news. - Join the `#phpactor` channel on the Slack [Symfony Devs](https://symfony.com/slack-invite) channel.