mrssoft/tilda

There is no license information available for the latest version (1.0.0) of this package.

Automatic integration of the project on Tilda with the site

Maintainers

Details

github.com/mrs2000/tilda

Source

Issues

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2022-01-31 07:09 UTC

This package is auto-updated.

Last update: 2024-03-29 04:33:31 UTC


README

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)