PHPackages                             hscstudio/yii2-heart - 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. hscstudio/yii2-heart

ActiveYii2-extension

hscstudio/yii2-heart
====================

Set of Yii2 extension

2033212[2 issues](https://github.com/hscstudio/yii2-heart/issues)PHP

Since Nov 26Pushed 10y ago9 watchersCompare

[ Source](https://github.com/hscstudio/yii2-heart)[ Packagist](https://packagist.org/packages/hscstudio/yii2-heart)[ RSS](/packages/hscstudio-yii2-heart/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-heart
==========

[](#yii2-heart)

Yii2-heart is extension for Yii Framework version 2.0. It is set of extension (widget, modules, wrapper, etc) to easiest developer in application development.

Roadmap
-------

[](#roadmap)

Done

- Wrap Yii2-admin
- Wrap Arshaw Calendar
- Use Kartik-v Extension
- Wrap PHPExcel ()

```
$objPHPExcel = new \PHPExcel();

```

- Wrap TCPDF (no wrap only use)
- Wrap TinyButStrong
- Database Migration
- Import Excel ready
- Gii Improved base on above extension
- Highchart ready

Progress..

- Update manual
- Bugfix

Waiting

- any idea?

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

[](#installation)

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

Either run

```
php composer.phar require hscstudio/yii2-heart "dev-master"

```

or add

```
"hscstudio/yii2-heart": "dev-master"

```

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

Database migration

```
yii migrate --migrationPath=@hscstudio\heart\migrations

```

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows:

```
return [
	'bootstrap' => [
		'heart',
		...
	],
	'modules' => [
		'heart' => [
			'class' => 'hscstudio\heart\Module',
			'features'=>[
				// datecontrol (kartik), gridview (kartik), gii,
				'datecontrol'=>true,// use false for not use it
				'gridview'=>true,// use false for not use it
				'gii'=>true, // use false for not use it
				// privilege (yii2-admin) please read guide
			],
		],
		...
	],
	...
];
```

And then please read Guide

- [Index Guide](docs/guide/index.md)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.1% 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/abb981dd0ea03974df1363d4c0eeed1b4dafeea047ad68ec31f02e3f63e3e530?d=identicon)[hscstudio](/maintainers/hscstudio)

---

Top Contributors

[![hscstudio](https://avatars.githubusercontent.com/u/2976897?v=4)](https://github.com/hscstudio "hscstudio (109 commits)")[![lujisheng](https://avatars.githubusercontent.com/u/1270607?v=4)](https://github.com/lujisheng "lujisheng (1 commits)")

### Embed Badge

![Health badge](/badges/hscstudio-yii2-heart/health.svg)

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

PHPackages © 2026

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