PHPackages                             sintret/yii2-todolist - 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. sintret/yii2-todolist

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

sintret/yii2-todolist
=====================

Yii2 extension for To Do list plugin using adminlte template

v1.0.0(11y ago)88.2k↓50%43MITJavaScriptPHP &gt;=5.3.0

Since Jan 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sintret/yii2-todolist)[ Packagist](https://packagist.org/packages/sintret/yii2-todolist)[ Docs](https://github.com/sintret/yii2-todolist)[ RSS](/packages/sintret-yii2-todolist/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (3)

yii2-todolist
=============

[](#yii2-todolist)

yii2 to do list using adminlte template

you can preview in [](http://sintret.com/adiadrian) with username : kasir password : jakarta

create table todolist like these following :

```
CREATE TABLE `todolist` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `status` tinyint(1) DEFAULT '0',
  `params` text,
  `createDate` datetime DEFAULT NULL,
  `updateDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB;
```

in your view , you have to set url and relations for User like this following code :

```
 \yii\helpers\Url::to(['/ajax/todolist'])
        ]);
        ?>
```

in controllers :

```
public function actionTodolist() {
        if(isset($_POST)){
            $model = new \sintret\todolist\models();
            $model->post = $_POST;
            echo $model->send();
        }

    }
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~6 days

Total

2

Last Release

4126d ago

### Community

Maintainers

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

---

Top Contributors

[![sintret](https://avatars.githubusercontent.com/u/3713124?v=4)](https://github.com/sintret "sintret (5 commits)")[![vihugarcia](https://avatars.githubusercontent.com/u/5471053?v=4)](https://github.com/vihugarcia "vihugarcia (1 commits)")

---

Tags

pluginjqueryyii2ajaxAdminLTEtodolist

### Embed Badge

![Health badge](/badges/sintret-yii2-todolist/health.svg)

```
[![Health](https://phpackages.com/badges/sintret-yii2-todolist/health.svg)](https://phpackages.com/packages/sintret-yii2-todolist)
```

###  Alternatives

[sintret/yii2-chat-adminlte

Yii2 extension for Chat plugin with admin lte

2714.7k3](/packages/sintret-yii2-chat-adminlte)[kartik-v/yii2-widget-timepicker

Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets)

404.9M14](/packages/kartik-v-yii2-widget-timepicker)[kartik-v/yii2-widget-sidenav

An enhanced side navigation menu styled for bootstrap (sub repo split from yii2-widgets)

364.0M8](/packages/kartik-v-yii2-widget-sidenav)[kartik-v/yii2-widget-colorinput

An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)

324.8M10](/packages/kartik-v-yii2-widget-colorinput)[kartik-v/yii2-widget-spinner

A widget to render animated CSS3 loading spinners with VML fallback for IE (sub repo split from yii2-widgets)

283.9M3](/packages/kartik-v-yii2-widget-spinner)[kartik-v/yii2-widget-affix

A scrollspy and affixed enhanced navigation to highlight page sections (sub repo split from yii2-widgets)

153.8M3](/packages/kartik-v-yii2-widget-affix)

PHPackages © 2026

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