File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
PHP CLI Console
2
2
===============
3
3
4
+
5
+ Installation
6
+ ------------
7
+
8
+ [ Download a latest package] ( https://github.com/czproject/phpcli/releases ) or use [ Composer] ( http://getcomposer.org/ ) :
9
+
10
+ ```
11
+ composer require czproject/phpcli
12
+ ```
13
+
14
+ PhpCli requires PHP 5.3.0 or later, optionaly [ Readline extension] ( http://www.php.net/manual/en/book.readline.php ) .
15
+
16
+
4
17
Usage
5
18
-----
6
19
@@ -40,19 +53,6 @@ $console->info('Hello! ')
40
53
41
54
```
42
55
43
-
44
- Installation
45
- ------------
46
-
47
- [ Download a latest package] ( https://github.com/czproject/phpcli/releases ) or use [ Composer] ( http://getcomposer.org/ ) :
48
-
49
- ```
50
- composer require [--dev] czproject/phpcli
51
- ```
52
-
53
- PhpCli requires PHP 5.3.0 or later, optionaly [ Readline extension] ( http://www.php.net/manual/en/book.readline.php ) .
54
-
55
-
56
56
--------------------------------------------------------------------------------
57
57
58
58
License: [ New BSD License] ( license.md )
You can’t perform that action at this time.
0 commit comments