PHPackages                             serhatozles/yii2-htmltemplateintegrator - 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. serhatozles/yii2-htmltemplateintegrator

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

serhatozles/yii2-htmltemplateintegrator
=======================================

HTML Template Integrator

v1.1(11y ago)7704GPL-3.0+PHP

Since Dec 15Pushed 11y ago4 watchersCompare

[ Source](https://github.com/serhatozles/yii2-htmltemplateintegrator)[ Packagist](https://packagist.org/packages/serhatozles/yii2-htmltemplateintegrator)[ RSS](/packages/serhatozles-yii2-htmltemplateintegrator/feed)WikiDiscussions master Synced today

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

HTML Template Integrator
========================

[](#html-template-integrator)

[![PayPal Donate](https://camo.githubusercontent.com/648ad6f048733f167bf65e11a4fd759eef14da88db61ad078bbd5ddea5d57133/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=6A78J4T2DYBV4)[![Latest Stable Version](https://camo.githubusercontent.com/ca955833d19cde4e2e4075f6081186ca2593a616485b2a5326db8d3c82b8f950/68747470733a2f2f706f7365722e707567782e6f72672f7365726861746f7a6c65732f796969322d68746d6c74656d706c617465696e7465677261746f722f762f737461626c652e737667)](https://packagist.org/packages/serhatozles/yii2-htmltemplateintegrator) [![Total Downloads](https://camo.githubusercontent.com/87091f24e3a4c63de7eccc9d8fd03368168cea875434dce25388fb745cdbbfa8/68747470733a2f2f706f7365722e707567782e6f72672f7365726861746f7a6c65732f796969322d68746d6c74656d706c617465696e7465677261746f722f646f776e6c6f6164732e737667)](https://packagist.org/packages/serhatozles/yii2-htmltemplateintegrator) [![Latest Unstable Version](https://camo.githubusercontent.com/75b04ae8d1a7b46c9c6dfeff22dd0ae3fc94628fe74342ac6685fc6ce8e10a06/68747470733a2f2f706f7365722e707567782e6f72672f7365726861746f7a6c65732f796969322d68746d6c74656d706c617465696e7465677261746f722f762f756e737461626c652e737667)](https://packagist.org/packages/serhatozles/yii2-htmltemplateintegrator) [![License](https://camo.githubusercontent.com/2831b55f3fa2835f86264735dcba9d3d013cd3c60a24e286be59a72628e6f0bd/68747470733a2f2f706f7365722e707567782e6f72672f7365726861746f7a6c65732f796969322d68746d6c74656d706c617465696e7465677261746f722f6c6963656e73652e737667)](https://packagist.org/packages/serhatozles/yii2-htmltemplateintegrator)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#---)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist serhatozles/yii2-htmltemplateintegrator "*"

```

or add

```
"serhatozles/yii2-htmltemplateintegrator": "*"

```

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

What is This Extension doing?
-----------------------------

[](#what-is-this-extension-doing)

This extension can help you for your html template integration to Yii2.

After one click, Your asset and layout files will be ready.

Properties
----------

[](#properties)

1. Assets
2. Layouts
3. Controller
4. Actions

It's making all of them.

Usage
-----

[](#usage)

Firstly, you have to put your template folder into @app/template.

And you add into @app/config/main.php

```
'controllerMap' => [
    'integrator' => [
        'class' => 'serhatozles\themeintegrator\Controller',
    ]
],

```

Example:

```
/frontend
/frontend/template
/frontend/template/yourtemplate
/frontend/template/yourtemplate/css
/frontend/template/yourtemplate/image
/frontend/template/yourtemplate/...
/frontend/template/yourtemplate/index.html
/frontend/template/yourtemplate/...

```

After, Open to web "integrator/define"

That's it.

Screenshot:
-----------

[](#screenshot)

[![Screenshot](https://camo.githubusercontent.com/28864ac049e2816772c5da800ef7751c5a2ce171c8dc011bd1edd8ffa32fedff/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f4263787379625a4c355650706467484f584e4261736d4230483439564550414d32415077593245645354513d77313034342d683437342d6e6f)](https://camo.githubusercontent.com/28864ac049e2816772c5da800ef7751c5a2ce171c8dc011bd1edd8ffa32fedff/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f4263787379625a4c355650706467484f584e4261736d4230483439564550414d32415077593245645354513d77313034342d683437342d6e6f)[![Screenshot](https://camo.githubusercontent.com/cf7d276b35d29047b73c226561f158748cc8b6a2dbd1ffc6d196892653b3e5ab/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f2d334a5968526b45595a2d592f564b514c655670557a5f492f41414141414141414162732f352d39597955437066674d2f773634362d683533302d6e6f2f48544d4c25324254656d706c617465253242496e7465677261746f72253242322e706e67)](https://camo.githubusercontent.com/cf7d276b35d29047b73c226561f158748cc8b6a2dbd1ffc6d196892653b3e5ab/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f2d334a5968526b45595a2d592f564b514c655670557a5f492f41414141414141414162732f352d39597955437066674d2f773634362d683533302d6e6f2f48544d4c25324254656d706c617465253242496e7465677261746f72253242322e706e67)[![Screenshot](https://camo.githubusercontent.com/82ef9e81a3e71a6280ae129473f37f72ba41a2f28272f96f2073ca4a52a32087/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f2d5351594d346e79447a65672f564b514c654d75732d35492f41414141414141414162772f6a6f43573878504b36506f2f773735312d683533302d6e6f2f48544d4c25324254656d706c617465253242496e7465677261746f72253242332e706e67)](https://camo.githubusercontent.com/82ef9e81a3e71a6280ae129473f37f72ba41a2f28272f96f2073ca4a52a32087/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f2d5351594d346e79447a65672f564b514c654d75732d35492f41414141414141414162772f6a6f43573878504b36506f2f773735312d683533302d6e6f2f48544d4c25324254656d706c617465253242496e7465677261746f72253242332e706e67)[![Screenshot](https://camo.githubusercontent.com/a7c516d8fbcfa550dac8f78c66c5650ece7411f23a4e3920e718cad5ad19d198/68747470733a2f2f6c68342e676f6f676c6575736572636f6e74656e742e636f6d2f68685f47584376685a566f3634667157674c356462656666684633487932416c6a37543457516a4e2d65303d773736322d683533302d6e6f)](https://camo.githubusercontent.com/a7c516d8fbcfa550dac8f78c66c5650ece7411f23a4e3920e718cad5ad19d198/68747470733a2f2f6c68342e676f6f676c6575736572636f6e74656e742e636f6d2f68685f47584376685a566f3634667157674c356462656666684633487932416c6a37543457516a4e2d65303d773736322d683533302d6e6f)[![Screenshot](https://camo.githubusercontent.com/677ebe53e3e6613f025eaac25ba7c822ddece94b88e4e33964c6c5857bdb28c1/68747470733a2f2f6c68342e676f6f676c6575736572636f6e74656e742e636f6d2f2d636f6b42417878416751592f5649674a673442595856492f4141414141414141415a552f347951794e3141524459342f77313034322d683231372d6e6f2f48544d4c25324254656d706c617465253242496e7465677261746f72253242332e706e67)](https://camo.githubusercontent.com/677ebe53e3e6613f025eaac25ba7c822ddece94b88e4e33964c6c5857bdb28c1/68747470733a2f2f6c68342e676f6f676c6575736572636f6e74656e742e636f6d2f2d636f6b42417878416751592f5649674a673442595856492f4141414141414141415a552f347951794e3141524459342f77313034322d683231372d6e6f2f48544d4c25324254656d706c617465253242496e7465677261746f72253242332e706e67)

[See](https://plus.google.com/u/0/photos/109846768885330232680/albums/6091128953088590609)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

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

Total

2

Last Release

4209d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4962332?v=4)[-awxy](/maintainers/serhatozles)[@serhatozles](https://github.com/serhatozles)

---

Top Contributors

[![serhatozles](https://avatars.githubusercontent.com/u/4962332?v=4)](https://github.com/serhatozles "serhatozles (90 commits)")

---

Tags

yii2extensiontemplateintegrator

### Embed Badge

![Health badge](/badges/serhatozles-yii2-htmltemplateintegrator/health.svg)

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

###  Alternatives

[kartik-v/yii2-detail-view

Enhanced Yii 2 Detail View widget with special Bootstrap styles, ability to edit data, and more.

731.2M41](/packages/kartik-v-yii2-detail-view)[raoul2000/yii2-bootswatch-asset

Use Bootswatch theme in your Yii application with minimum effort

2145.5k4](/packages/raoul2000-yii2-bootswatch-asset)[zxbodya/yii2-tinymce

Yii2 extension to use TinyMce with Compressor and FileManager

1732.9k3](/packages/zxbodya-yii2-tinymce)

PHPackages © 2026

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