Skip to content

This is a PHP large project construction tool, which can package multiple PHP files into one PHP file&&这是一款PHP大型项目构建工具,可以将多个PHP文件打包为一个PHP文件

Notifications You must be signed in to change notification settings

viewerzhang/PHPpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPpack

PHPpack

PHPpack是一款用于构建大型项目的工具,用于将多个文件打包成一个单独的PHP文件。同时该工具内置加密功能,可以是您的PHP代码避免不必要的泄露。

Phppack is a tool for building large projects, which is used to package multiple files into a single PHP file. At the same time, the tool has built-in encryption function, which can prevent unnecessary disclosure of your PHP code.

如何开始?

How to start?

PHPpack是一个轻量级的工具所以使用起来也非常简单

Phppack is a lightweight tool, so it's very easy to use

然后键入 打开terminal or CMD git pull 后 cd 到PHPpack 目录

php phppack.php -m 入口文件名称 -o 输出文件路径 --v开启变量混淆

演示

php的源文件 index.php

<?php
require './hhh.php' ;
echo 'hello PHPpack';
$ php phperpack.php -m ./index.php
加载:/Applications/MAMP/htdocs/PHPerpack/index.php
加载:/Applications/MAMP/htdocs/PHPerpack/hhh.php
👌PHPpack为您构建成功!
🚗构建后文件位置:./output.php
⌚️总耗时:0.074505805969238s

About

This is a PHP large project construction tool, which can package multiple PHP files into one PHP file&&这是一款PHP大型项目构建工具,可以将多个PHP文件打包为一个PHP文件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages