mrssoft / tilda
Automatic integration of the project on Tilda with the site
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: ~8
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-23 09:58:27 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);