CodeEncryption
1.0.0
$ git clone https://github.com/Jader/CodeEncryption.git
$ cd CodeEncryption // 进入项目根目录
$ docker-compose up -d // 容器编排命令
$ docker-compose Exec SWOOLE-Compiler SWOOLE-COMPILER
├── code // 这里放加密的文件或文件夹
├── conf // 加密时所使用的配置文件目录
├── output // 加密完成后授权文件和加密文件包存在位置
├── docker-compose.yml
├── LICENSE
├── README.md
Holen Sie sich Informationen über SWOOLE-COMPILER und helfen Sie Informationen
docker-compose exec swoole-compiler swoole-compiler
Generieren Sie die Autorisierungsdatei
docker-compose exec swoole-compiler swoole-compiler -t license -c conf/compiler.config
Generieren Sie verschlüsselte Dateien
docker-compose exec swoole-compiler swoole-compiler -t code -c conf/compiler.config
PHP-Erweiterungen und -konfigurationen, die vom SWOOLE-COMPILER-Server erforderlich sind
Php.ini
[swoole_compiler]
extension=swoole_loader72.so ; 关于扩展需要去swoole官方购买后得到
swoole_license_files=/data/www/Jade/jade.license ;这里是产生的授权文件