云服务开发文档 https://cloud.fastposter.net/doc/guide/
搜索: fastposter
composer require fastposter/fastposter
include_once "vendor/autoload.php";
$client = new Fastposter\Client("ApfrIzxCoK1DwNZOEJCwlrnv6QZ0PCdv", "https://poster.prodapi.cn");
$params = [
'title' => '我的第一个海报2'
];
$client->buildPoster("80058c79d1e2e617", $params)->save('a.png');
git tag 1.2.0
git push --tag