PHPackages                             malankateam/luya-trello - 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. malankateam/luya-trello

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

malankateam/luya-trello
=======================

Trello toolkits (ready frontend blocks)

04PHP

Since Jun 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/MalankaTeam/luya-trello)[ Packagist](https://packagist.org/packages/malankateam/luya-trello)[ RSS](/packages/malankateam-luya-trello/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [![LUYA Logo](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)

Integrate with

[![LUYA Logo](https://camo.githubusercontent.com/3cb7e413ecb953f31cb1f79a07a7bd30394cac46a5e1dd7bfb698b3ce6ab838c/68747470733a2f2f64326b316674677637706f6271372e636c6f756466726f6e742e6e65742f6d6574612f752f7265732f696d616765732f6272616e642d6173736574732f4c6f676f732f30303939656333373534626634373364326262663331373230346162366665612f7472656c6c6f2d6c6f676f2d626c75652e706e67)](https://camo.githubusercontent.com/3cb7e413ecb953f31cb1f79a07a7bd30394cac46a5e1dd7bfb698b3ce6ab838c/68747470733a2f2f64326b316674677637706f6271372e636c6f756466726f6e742e6e65742f6d6574612f752f7265732f696d616765732f6272616e642d6173736574732f4c6f676f732f30303939656333373534626634373364326262663331373230346162366665612f7472656c6c6f2d6c6f676f2d626c75652e706e67)

[![Malanka](https://camo.githubusercontent.com/3bea773d2a6602764453c0a82f2ef2f43b0254922890897f03edb03dc97cd72d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f776572656425323062792d4d616c616e6b612d627269676874677265656e2e737667)](https://malanka.pro)[![Total Downloads](https://camo.githubusercontent.com/b12a963779511f9dfbe11904c511cc3a23d39efcf913c4dddd0eb001d660b961/68747470733a2f2f706f7365722e707567782e6f72672f6d616c616e6b617465616d2f6c7579612d7472656c6c6f2f646f776e6c6f616473)](https://packagist.org/packages/malankateam/luya-trello)

Trello Module
=============

[](#trello-module)

The module integrate LUYA to Trello. The module has different usefull scratch block, CRUD and other feature. You can override the ready scratch features from the Luya module.

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

[](#installation)

Install the module trough composer:

```
composer require malankateam/luya-trello:@dev

```

Add the modules to your project go into the modules section of your config and insert the code:

```
return [
    'modules' => [
        // ...
        'trellofrontend' => [
            'class' => 'malankateam\luya\trello\frontend\Module',
            'useAppViewPath' => false, // When enabled the views will be looked up in the @app/views folder, otherwise the views shipped with the module will be used.
        ],
        'trelloadmin' => 'malankateam\luya\trello\admin\Module',
        // ...
    ],
];
```

Run the import command afterwards:

```
./luya import
```

Usage
-----

[](#usage)

*Usage description*

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0096118590af35946a797733e605c400a23bba6cb8e408f6ada7d0cc59be493?d=identicon)[Robot72](/maintainers/Robot72)

---

Top Contributors

[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (6 commits)")[![Robot72](https://avatars.githubusercontent.com/u/5987937?v=4)](https://github.com/Robot72 "Robot72 (4 commits)")

### Embed Badge

![Health badge](/badges/malankateam-luya-trello/health.svg)

```
[![Health](https://phpackages.com/badges/malankateam-luya-trello/health.svg)](https://phpackages.com/packages/malankateam-luya-trello)
```

PHPackages © 2026

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