aishangkaoniangao / photomontage
There is no license information available for the latest version (dev-master) of this package.
dev-master
2020-03-19 03:22 UTC
This package is auto-updated.
Last update: 2025-06-19 14:32:26 UTC
README
composer require aishangkaoniangao/photo-montage dev-master
测试代码
require_once './vendor/autoload.php';
use aishangkaoniangao\photomontage\images;
$path = "图片目录";
$img = new images();
img->run($path);
exit('执行完毕!');