PHPackages                             chemezov/luya-module-tilda - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. chemezov/luya-module-tilda

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

chemezov/luya-module-tilda
==========================

LUYA module with Tilda block

1.0.2(1y ago)019Apache-2.0PHPPHP &gt;=7.4

Since Jul 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/chemezov/luya-module-tilda)[ Packagist](https://packagist.org/packages/chemezov/luya-module-tilda)[ RSS](/packages/chemezov-luya-module-tilda/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

LUYA Tilda module
=================

[](#luya-tilda-module)

LUYA module with Tilda block

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist chemezov/luya-module-tilda "*"

```

or add

```
"chemezov/luya-module-tilda": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

In order to add the modules to your project go into the modules section of your config:

```
return [
    'modules' => [
        // ...
        'tilda' => [
            'class' => 'chemezov\luya\tilda\frontend\Module',
            'useAppViewPath' => true, // When enabled the views will be looked up in the @app/views folder, otherwise the views shipped with the module will be used.

            // Required fields
            'cache' => 'tildaCache',
            'publicKey' => 'YOUR_PUBLIC_KEY',
            'secretKey' => 'YOUR_SECRET_KEY',

            // Optional fields
            // You can leave this field empty. In this case, all projects will be shown.
            'projectIds' => [
                123, // Project ID
                456, // Project ID
            ],
            // Block wrapper css class
            'defaultBlockCssClasses' => 'b-tilda-content-outer',
            'blockGroup' => \app\blockgroups\ProjectGroup::class,

            // The directory for downloading resources (css, js, img). Make sure it has write permissions.
            'assetsPath' => '@webroot/uploads/tilda',
            'assetsUrl' => '/uploads/tilda',
        ],
        // ...
    ],
    'components' => [
        // Do not specify an empty cache, otherwise go beyond the API request limit
        'tildaCache' => [
            'class' => 'yii\caching\FileCache',
        ],
    ],
];
```

Make sure you have correct write permissions to `assetsPath` and `assetsUrl` can be reached through http(s) request.

Also make sure that the `queue` is started via cron.

```
* * * * * cd /path/to/www && ./luya queue/run -v
```

This is necessary when reloading resources via the webhook.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Total

3

Last Release

612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e26168232be4ca7028de3fbdb0b7d1234c33b60f0683e01a69dfecd70adb0a2?d=identicon)[chemezov](/maintainers/chemezov)

---

Top Contributors

[![chemezov](https://avatars.githubusercontent.com/u/2368902?v=4)](https://github.com/chemezov "chemezov (11 commits)")

---

Tags

cmsyii2extensionmoduleblockluyatilda

### Embed Badge

![Health badge](/badges/chemezov-luya-module-tilda/health.svg)

```
[![Health](https://phpackages.com/badges/chemezov-luya-module-tilda/health.svg)](https://phpackages.com/packages/chemezov-luya-module-tilda)
```

###  Alternatives

[onmotion/yii2-telegram

Support chat for site based on Telegram bot

526.3k](/packages/onmotion-yii2-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
