PHPackages                             globus/yii2-tilda-api - 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. [API Development](/categories/api)
4. /
5. globus/yii2-tilda-api

ActiveYii2-extension[API Development](/categories/api)

globus/yii2-tilda-api
=====================

Tilda platform api extension for Yii2

1.0.3.x-dev(8y ago)11.3k↓71.4%3MITPHP

Since May 12Pushed 8y agoCompare

[ Source](https://github.com/nariman924/yii2-tilda-api)[ Packagist](https://packagist.org/packages/globus/yii2-tilda-api)[ RSS](/packages/globus-yii2-tilda-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (5)Used By (0)

Yii2 Tilda Api
==============

[](#yii2-tilda-api)

Tilda platform api extension for Yii2

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

[](#installation)

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

Either run

```
composer require globus/yii2-tilda-api:dev-master

```

or add

```
"globus/yii2-tilda-api": "*"

```

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

Apply migrations

```
php yii migrate --migrationPath=../vendor/globus/yii2-tilda-api/migrations

```

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
    'components' => [
         ...
         'tilda' => [
             'class' => 'globus\tilda\TildaApi',
             'publicKey' => '**********',
             'secretKey' => '**********',
             'assetsUrl' => Yii::getAlias('@storageUrl') . '/tilda',
             'assetsPath' => Yii::getAlias('@storage') . '/web/tilda',
         ],
     ],
```

Once the extension is installed, simply use it in your code by :

```
Yii::$app->tilda->getPage($pageID)
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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 ~47 days

Total

4

Last Release

3196d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27369677?v=4)[nariman924](/maintainers/nariman924)[@nariman924](https://github.com/nariman924)

---

Tags

apiplatformyii2extensiontilda

### Embed Badge

![Health badge](/badges/globus-yii2-tilda-api/health.svg)

```
[![Health](https://phpackages.com/badges/globus-yii2-tilda-api/health.svg)](https://phpackages.com/packages/globus-yii2-tilda-api)
```

###  Alternatives

[mikemadisonweb/yii2-elasticsearch

Yii2 extension for integration with Elasticsearch version 5.0 and above.

164.1k](/packages/mikemadisonweb-yii2-elasticsearch)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

133.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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