|
48 | 48 | - 命令行的php代码高亮支持(来自于`jakub-onderka/php-console-highlighter`并做了一些调整) |
49 | 49 | - 简单的Terminal屏幕、光标控制操作类 |
50 | 50 | - 简单的进程操作使用类(fork,run,stop,wait ... 等) |
| 51 | + |
| 52 | +所有的特性,功能: |
51 | 53 |
|
52 | | -> 所有的特性,效果;都可以运行 `examples/` 中的示例代码 `php examples/app` 展示出来的。基本上涵盖了所有功能,可以直接测试运行 |
| 54 | + 都可以运行 `examples/` 中的示例代码 `php examples/app` 展示出来的。基本上涵盖了所有功能,可以直接测试运行 |
| 55 | + |
| 56 | +## 项目地址 |
| 57 | + |
| 58 | +- **github** https://github.com/inhere/php-console.git |
| 59 | +- **gitee** https://gitee.com/inhere/php-console.git |
53 | 60 |
|
54 | 61 | ## 快速安装 |
55 | 62 |
|
@@ -85,31 +92,21 @@ $app->addGroup(MyController::class); |
85 | 92 | $app->run(); |
86 | 93 | ``` |
87 | 94 |
|
88 | | -## 文档列表 |
89 | | - |
90 | | -请到[WIKI](https://github.com/inhere/php-console/wiki)查看更多详细的使用文档 |
| 95 | +运行示例应用: `php examples/app` |
91 | 96 |
|
| 97 | +## 文档列表 |
92 | 98 |
|
| 99 | +**[从v3升级到v4](https://github.com/inhere/php-console/wiki/v3-upgrade-to-v4)** |
93 | 100 |
|
94 | 101 | - **[文档首页](https://github.com/inhere/php-console/wiki/home)** |
95 | 102 | - **[功能概览](https://github.com/inhere/php-console/wiki/overview)** |
96 | 103 | - **[安装](https://github.com/inhere/php-console/wiki/install)** |
97 | 104 | - **[创建应用](https://github.com/inhere/php-console/wiki/quick-start)** |
98 | | -- **[添加命令](https://github.com/inhere/php-console/wiki/add-command)** |
99 | | -- **[添加命令组](https://github.com/inhere/php-console/wiki/add-group)** |
| 105 | +- **[创建命令/组](https://github.com/inhere/php-console/wiki/create-command-and-group)** |
100 | 106 | - **[注册命令](https://github.com/inhere/php-console/wiki/register-command)** |
101 | 107 | - **[错误/异常捕获](https://github.com/inhere/php-console/wiki/error-handle)** |
102 | | -- **[输入对象](https://github.com/inhere/php-console/wiki/input-instance)** |
103 | | -- **[输出对象](https://github.com/inhere/php-console/wiki/output-instance)** |
104 | | -- **[格式化输出](https://github.com/inhere/php-console/wiki/format-output)** `section`, `panel`, `padding`, `helpPanel`, `table`, `tree`, `title`, `list`, `multiList` 等风格信息输出 |
105 | | -- **[进度动态输出](https://github.com/inhere/php-console/wiki/process-output)** 动态信息显示(`pending/loading`, `pointing`, `spinner`, `counterTxt`, `dynamicText`, `progressTxt`, `progressBar`) |
106 | | -- **[用户交互](https://github.com/inhere/php-console/wiki/user-interactive)** 用户信息交互支持(`select`, `multiSelect`, `confirm`, `ask/question`, `askPassword/askHiddenInput`) |
107 | | -- **[扩展工具](https://github.com/inhere/php-console/wiki/extra-tools)** 打包phar, 命令行下的文件下载, 命令行的php代码高亮 |
108 | | - |
109 | | -## 项目地址 |
110 | 108 |
|
111 | | -- **github** https://github.com/inhere/php-console.git |
112 | | -- **gitee** https://gitee.com/inhere/php-console.git |
| 109 | +更多使用文档请点击跳转到[WIKI](https://github.com/inhere/php-console/wiki)查看 |
113 | 110 |
|
114 | 111 | ## 单元测试 |
115 | 112 |
|
|
0 commit comments