https://github.com/phpactor/rephpactor
Extensible PHP Development Platform
https://github.com/phpactor/rephpactor
Last synced: 6 months ago
JSON representation
Extensible PHP Development Platform
- Host: GitHub
- URL: https://github.com/phpactor/rephpactor
- Owner: phpactor
- License: mit
- Created: 2018-10-14T12:02:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T19:39:27.000Z (about 7 years ago)
- Last Synced: 2025-01-18T08:19:50.334Z (11 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
POC Extension Based Phpactor
============================
Rephpactor is a POC for an extension based version of Phpactor with embedded
composer.
It will initself be nothing more than a Symfony Console application which
allows you to install extensions.
```bash
Rephpactor
Usage:
command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
help Displays help for a command
list Lists commands
extension
extension:install Install extension
extension:update Update extensions
extension:search Search available extensions
extension:list List installed extensions
```
```bash
$ ./bin/rephpactor extension:list
+--------------------------------------+-----------+--------------------------------------+
| Name | Version | Description |
+--------------------------------------+-----------+--------------------------------------+
| phpactor/language-server-extension | 1.0.x-dev | LSP compatible language server |
| phpactor/rpc-extension | 1.0.x-dev | Phpactor's original RPC protocol |
| phpactor/completion-extension | 1.0.x-dev | Completion framework |
| phpactor/worse-reflection-extension | 1.0.x-dev | Completors and other terrbile things |
+--------------------------------------+-----------+--------------------------------------+
```