mrssoft/tilda

此包的最新版本(1.1.0)没有可用的许可证信息。

在Tilda上自动集成项目与网站

维护者

详细信息

github.com/mrs2000/tilda

源代码

问题

安装: 13

依赖项: 0

建议者: 0

安全性: 0

星星: 0

关注者: 2

分支: 0

开放性问题: 0

类型:yii2-extension

1.1.0 2024-08-23 09:41 UTC

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);