fastposter/fastposter

A fastposter client for PHP.

1.2.0 2023-06-22 10:40 UTC

This package is not auto-updated.

Last update: 2024-04-25 20:59:36 UTC


README

云服务开发文档 https://cloud.fastposter.net/doc/guide/

查找最新版本

进入网址:https://packagist.org/

搜索: 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');

效果

a.png

版本发布

git tag 1.2.0
git push --tag