Download the PHP package limingxinleo/limx-package without Composer
On this page you can find all versions of the php package limingxinleo/limx-package. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download limingxinleo/limx-package
More information about limingxinleo/limx-package
Files in limingxinleo/limx-package
Download limingxinleo/limx-package
More information about limingxinleo/limx-package
Files in limingxinleo/limx-package
Vendor limingxinleo
Package limx-package
Short Description This is a php package program
License MIT
Package limx-package
Short Description This is a php package program
License MIT
Please rate this library. Is it a good library?
Informations about the package limx-package
limx-package php 打包程序
使用方法
use limx\tools\Package;
$config = [
// 项目根目录
'root' => __DIR__,
// 需要打包的相对文件夹
'files' => [
'vendor',
],
// 复制后的文件地址
// 样例地址 E:\phpStudy\WWW\zips\laravel
// 压缩地址为 E:\phpStudy\WWW\zips\laravel.zip
'dst' => 'E:\phpStudy\WWW\zips\package',
// 版本号
'vi' => '0.1',
];
$pack = new Package($config);
$pack->run();
All versions of limx-package with dependencies
PHP Build Version
Package Version
The package limingxinleo/limx-package contains the following files
Loading the files please wait ....