PHPackages                             cornernote/gii-tasty-templates - 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. [Templating &amp; Views](/categories/templating)
4. /
5. cornernote/gii-tasty-templates

ActiveLibrary[Templating &amp; Views](/categories/templating)

cornernote/gii-tasty-templates
==============================

Tasty templates for the Gii code generator.

1.0.1(11y ago)05.3k1BSD-3-ClausePHP

Since Jan 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cornernote/gii-tasty-templates)[ Packagist](https://packagist.org/packages/cornernote/gii-tasty-templates)[ RSS](/packages/cornernote-gii-tasty-templates/feed)WikiDiscussions master Synced 2mo ago

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

Gii Tasty Templates
===================

[](#gii-tasty-templates)

Tasty templates for the Gii code generator.

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

[](#installation)

Please download using ONE of the following methods:

### Composer Installation

[](#composer-installation)

All requirements are automatically downloaded into the correct location when using composer. There is no need to download additional files or set paths to third party files.

Get composer:

```
curl http://getcomposer.org/installer | php

```

Install latest release OR development version:

```
php composer.phar require cornernote/gii-tasty-templates:*				// latest release
php composer.phar require cornernote/gii-tasty-templates:dev-master	// development version

```

### Manual Installation

[](#manual-installation)

Download the [latest release](https://github.com/cornernote/gii-tasty-templates/releases/latest) or [development version](https://github.com/cornernote/gii-tasty-templates/archive/master.zip) and move the `audit` folder into your `protected/modules` folder.

Configuration
-------------

[](#configuration)

Add the path to `gii-tasty-templates` to the `generatorPaths` in your gii configuration:

```
return array(
	'modules' => array(
		'gii' => array(
			'class'=>'system.gii.GiiModule',
			'generatorPaths' => array(
				// use this if you installed with composer
				'/path/to/vendor/cornernote/gii-tasty-templates/tasty',

				// OR, use this if you downloaded into your extensions folder
				//'ext.gii-tasty-templates.tasty',
			),
		),
	),
);
```

Support
-------

[](#support)

- Does this README need improvement? Go ahead and [suggest a change](https://github.com/cornernote/gii-tasty-templates/edit/master/README.md).
- Found a bug, or need help using this project? Check the [open issues](https://github.com/cornernote/gii-tasty-templates/issues) or [create an issue](https://github.com/cornernote/gii-tasty-templates/issues/new).

License
-------

[](#license)

[BSD-3-Clause](https://raw.github.com/cornernote/gii-tasty-templates/master/LICENSE), Copyright © 2013-2014 [Mr PHP](mailto:info@mrphp.com.au)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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 ~282 days

Total

2

Last Release

4224d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07c84a589344489e8195ec1c6afcfa3abcc23a73092ceaa4ca60da96355c4d16?d=identicon)[cornernote](/maintainers/cornernote)

---

Top Contributors

[![cornernote](https://avatars.githubusercontent.com/u/51875?v=4)](https://github.com/cornernote "cornernote (24 commits)")[![zainengineer](https://avatars.githubusercontent.com/u/4746235?v=4)](https://github.com/zainengineer "zainengineer (1 commits)")

---

Tags

yiigiimrphp

### Embed Badge

![Health badge](/badges/cornernote-gii-tasty-templates/health.svg)

```
[![Health](https://phpackages.com/badges/cornernote-gii-tasty-templates/health.svg)](https://phpackages.com/packages/cornernote-gii-tasty-templates)
```

###  Alternatives

[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

243979.7k40](/packages/vova07-yii2-imperavi-widget)[yiiext/imperavi-redactor-widget

Imperavi Redactor Widget for Yii

404138.2k4](/packages/yiiext-imperavi-redactor-widget)[cornernote/gii-modeldoc-generator

Gii ModelDoc Generator for Yii framework

13109.1k](/packages/cornernote-gii-modeldoc-generator)

PHPackages © 2026

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