File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# EnPHP Decoder
2
2
3
- ## Installation & Usage
3
+ ## Installation
4
+
5
+ ### Get It By Git Clone
6
+
7
+ You can get the code by git clone. And then install the dependencies by yourserlf with [ Composer] ( http://getcomposer.org/ ) .
4
8
5
9
``` bash
6
10
git clone https://github.com/ganlvtech/php-enphp-decoder.git
7
11
cd php-enphp-decoder
8
12
composer install
9
- php bin/decode.php tests/assets/admin.php output.php
10
13
```
11
14
15
+ ### Download From GitHub Release
16
+
17
+ You can also download it from [ GitHub Release] ( https://github.com/ganlvtech/php-enphp-decoder/releases ) .
18
+
19
+ Download the ` zip ` file and unzip them into a folder. All dependencies have been installed.
20
+
21
+ ## Usage
22
+
23
+ ``` bash
24
+ php bin/decode.php input.php output.php
25
+ ```
26
+
27
+ Call ` bin/decode.php ` decode ` input.php ` and save it to ` output.php ` .
28
+
12
29
## License
13
30
31
+ GNU GENERAL PUBLIC LICENSE Version 3
32
+
14
33
EnPHP Decoder
15
34
Copyright (C) 2019 Ganlv
16
35
You can’t perform that action at this time.
0 commit comments