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

Maintainers

Details

github.com/mrs2000/tilda

Source

Issues

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1.0 2024-08-23 09:41 UTC

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);