We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7607fa2 commit 9658913Copy full SHA for 9658913
README.md
@@ -7,6 +7,8 @@ a php console application library.
7
- console color support
8
- console interactive
9
10
+[中文README](./README_zh.md)
11
+
12
## usage
13
14
```php
README_zh.md
@@ -14,6 +14,11 @@
- **github** https://github.com/inhere/php-console.git
15
- **git@osc** https://git.oschina.net/inhere/php-console.git
16
17
+**注意:**
18
19
+- master 分支是要求 `php >= 7` 的(推荐使用)。
20
+- [php5](./tree/php5/) 是 php 5 的分支,但有些时间没更新了(但是基本的功能都支持)。
21
22
## 安装
23
24
- 使用 composer
0 commit comments