mrssoft / tilda
此包的最新版本(1.1.0)没有可用的许可证信息。
在Tilda上自动集成项目与网站
1.1.0
2024-08-23 09:41 UTC
Requires
- php: ~8
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-23 09:47:23 UTC
README
Yii2组件
API https://help-ru.tilda.cc/api
用法
$tilda = new \mrssoft\tilda\TildaApi([ 'publicKey' => '', 'secretKey' => '', 'projectId' => 1111111, 'cacheDuration' => 86400, ]); //Get HMTL and add CSS and JS to View $html = $tilda->pageHtml($this->view, $tildaPageId); //Clear cache $tilda->clearCache($tildaPageId);