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 11# EnPHP Decoder
22
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/ ) .
48
59``` bash
610git clone https://github.com/ganlvtech/php-enphp-decoder.git
711cd php-enphp-decoder
812composer install
9- php bin/decode.php tests/assets/admin.php output.php
1013```
1114
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+
1229## License
1330
31+ GNU GENERAL PUBLIC LICENSE Version 3
32+
1433 EnPHP Decoder
1534 Copyright (C) 2019 Ganlv
1635
You can’t perform that action at this time.
0 commit comments