Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 345 Bytes

Tilda API

Yii2 component

API https://help-ru.tilda.cc/api

$tilda = new 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)