Skip to content

mrs2000/tilda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Automatic integration of the project on Tilda with the site

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages