mrssoft / tilda
There is no license information available for the latest version (1.1.0) of this package.
Automatic integration of the project on Tilda with the site
1.1.0
2024-08-23 09:41 UTC
Requires
- php: ~8
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-23 13:20:32 UTC
README
Yii2 component
API https://help-ru.tilda.cc/api
Usage
$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);