PHPackages                             wfcreations/yii2-metronic - 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. wfcreations/yii2-metronic

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

wfcreations/yii2-metronic
=========================

Yii2 Metronic theme

1343510[2 issues](https://github.com/desenvolvedorindie/yii2-metronic/issues)PHP

Since Aug 27Pushed 10y ago8 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-Metronic (in development)
==============================

[](#yii2-metronic-in-development)

[![Latest Stable Version](https://camo.githubusercontent.com/14f72d3bda88147b955c816759fe3aacbb7ba7484840f9506a3a6680b0121604/68747470733a2f2f706f7365722e707567782e6f72672f77666372656174696f6e732f796969322d6d6574726f6e69632f762f737461626c65)](https://packagist.org/packages/wfcreations/yii2-metronic) [![Total Downloads](https://camo.githubusercontent.com/e4df47b2583cc7e8e6e3c13b6270c2587d303ded6d87687aeed01804792b47de/68747470733a2f2f706f7365722e707567782e6f72672f77666372656174696f6e732f796969322d6d6574726f6e69632f646f776e6c6f616473)](https://packagist.org/packages/wfcreations/yii2-metronic) [![Latest Unstable Version](https://camo.githubusercontent.com/bd166e56c706f1281db51cb0a735fbb4118582f819d02bd7e101526f15a474ef/68747470733a2f2f706f7365722e707567782e6f72672f77666372656174696f6e732f796969322d6d6574726f6e69632f762f756e737461626c65)](https://packagist.org/packages/wfcreations/yii2-metronic) [![License](https://camo.githubusercontent.com/b007c2dfbf856586d7bc6ae1d07beeb589933e9759fc1e96cd918e83123094d2/68747470733a2f2f706f7365722e707567782e6f72672f77666372656174696f6e732f796969322d6d6574726f6e69632f6c6963656e7365)](https://packagist.org/packages/wfcreations/yii2-metronic)

Forked from [Yii2-Metronic](https://github.com/hustshenl/yii2-metronic)

Yii2Metronic is a collection of Yii2 components(widgets) based on responsive and multipurpose admin theme called [Metronic](http://www.keenthemes.com/preview/index.php?theme=metronic) (v4.0). Powered with [Twitter Bootstrap](http://getbootstrap.com/) v3.3.5 Framework.

Metronic can be used for any type of web applications: custom admin panels, admin dashboards, CMS, CRM, SAAS and websites: business, corporate, portfolio, blog. Metronic has a sleek, clean and intuitive metro style design which makes your next project look awesome and yet user friendly. Metronic has a huge collection of plugins and UI components and works seamlessly on all major web browsers, tablets and phones.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Check the [composer.json](https://github.com/wfcreations/yii2-metronic/blob/master/composer.json) for this extension's requirements and dependencies. Read this [web tip /wiki](http://webtips.krajee.com/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.

To install, either run

```
$ composer require wfcreations/yii2-metronic

```

or add

```
"wfcreations/yii2-metronic": "*"

```

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

Basic configuration:
--------------------

[](#basic-configuration)

```
    'bootstrap' => ['metronic'],
    'components' => [
        'metronic' => [
            'class' => 'wfcreations\metronic\Metronic',
        ],
    ],
```

Plugins
-------

[](#plugins)

- amcharts
    - amcharts - `$ composer require` [speixoto/yii2-amcharts](https://github.com/speixoto/yii2-amcharts)
    - ammap
    - amstockcharts
- angularjs
- autosize - `$ composer require` [hiqdev/yii2-asset-autosize](https://github.com/hiqdev/yii2-asset-autosize)
- backstretch
- bootbox
- bootstrap - [yiisoft/yii2-bootstrap](https://github.com/yiisoft/yii2-bootstrap)
- bootstrap-colorpicker
- bootstrap-confirmation
- bootstrap-contextmenu - `$ composer require` [kartik-v/yii2-context-menu](https://github.com/kartik-v/yii2-context-menu)
- bootstrap-datepaginator
- bootstrap-datepicker - `$ composer require` [2amigos/yii2-date-picker-widget](https://github.com/2amigos/yii2-date-picker-widget)
- bootstrap-daterangepicker - `$ composer require` [kartik-v/yii2-date-range](https://github.com/kartik-v/yii2-date-range)
- bootstrap-datetimepicker - `$ composer require` [2amigos/yii2-date-time-picker-widget](https://github.com/2amigos/yii2-date-time-picker-widget)
- bootstrap-editable - `$ composer require` [2amigos/yii2-editable-widget](https://github.com/2amigos/yii2-editable-widget)
- bootstrap-fileinput - `$ composer require` [kartik-v/yii2-widget-fileinput](https://github.com/kartik-v/yii2-widget-fileinput)
- bootstrap-growl - `$ composer require` [kartik-v/yii2-widget-growl](https://github.com/kartik-v/yii2-widget-growl)
- bootstrap-gtreetable
- bootstrap-hover-dropdown
- bootstrap-markdown - `$ composer require` [kartik-v/yii2-markdown](https://github.com/kartik-v/yii2-markdown)
- bootstrap-maxlength
- bootstrap-modal
- bootstrap-pwstrength
- bootstrap-select
- bootstrap-selectsplitter
- bootstrap-sessiontimeout
- bootstrap-summernote
- bootstrap-switch - `$ composer require` [2amigos/yii2-switch-widget](https://github.com/2amigos/yii2-switch-widget)
- bootstrap-tabdrop
- bootstrap-timepicker
- bootstrap-toastr
- bootstrap-touchspin - `$ composer require` [kartik-v/yii2-widget-touchspin](https://github.com/kartik-v/yii2-widget-touchspin)
- bootstrap-wizard
- bootstrap-wysihtml5
- carousel-owl-carousel
- ckeditor - `$ composer require` [2amigos/yii2-ckeditor-widget](https://github.com/2amigos/yii2-ckeditor-widget)
- clockface
- countdown
- cubeportfolio
- datatables
- dropzone
- fancybox - `$ composer require` [newerton/yii2-fancybox](https://github.com/newerton/yii2-fancybox)
- flot
- font-awesome - [rmrevin/yii2-fontawesome](https://github.com/rmrevin/yii2-fontawesome)
- fuelux
- fullcalendar
- gmaps
- gritter
- icheck - `$ composer require` [hiqdev/yii2-asset-icheck](https://github.com/hiqdev/yii2-asset-icheck)
- ion.rangeslider
- jcrop
- jquery-bootpag
- jquery-easypiechart
- jquery-file-upload - `$ composer require` [2amigos/yii2-file-upload-widget](https://github.com/2amigos/yii2-file-upload-widget)
- jquery-idle-timeout
- jquery-inputmask
- jquery-knob
- jquery-minicolors
- jquery-mixitup
- jquery-multi-select - `$ composer require` [2amigos/yii2-multi-select-widget](https://github.com/2amigos/yii2-multi-select-widget)
- jquery-nestable - [thesabbir/jquery-nestable](https://github.com/thesabbir/jquery-nestable)
- jquery-notific8
- jquery-slimscroll - own
- jquery-tags-input
- jquery-ui - [yiisoft/yii2-jui](https://github.com/yiisoft/yii2-jui)
- jquery-ui-touch-punch
- jquery-validation
- jqvmap
- jstree
- morris
- nouislider
- owl.carousel
- pace
- plupload
- rateit
- select2 - `$ composer require` [yii2-widget-select2](https://github.com/kartik-v/yii2-widget-select2)
- simple-line-icons - [wfcreations/yii2-simple-line-icons](https://github.com/wfcreations/yii2-simple-line-icons)
- slider-layer-slider
- slider-revolution-slider
- smooth-scroll
- tabdrop
- typeahead - `$ composer require` [kartik-v/yii2-widget-typeahead](https://github.com/kartik-v/yii2-widget-typeahead)
- uniform
- zoom
- excanvas - [yii2-asset-legacy](https://github.com/wfcreations/yii2-asset-legacy)
- jquery.blockui - own
- jquery.cokie
- jquery.easing
- jquery.input-ip-address-control
- jquery
- jquery.mockjax
- jquery.parallax
- jquery.pulsate
- jquery.scrollTo
- jquery.sparkline
- jquery-migrate
- moment - [omnilight/yii2-momentjs](https://github.com/omnilight/yii2-momentjs)
- respond - [wfcreations/yii2-asset-legacy](https://github.com/wfcreations/yii2-asset-legacy)

\##Comercial Plugins

- [amcharts](http://www.amcharts.com/)
- [Cube Portfolio](http://scriptpie.com/cubeportfolio/live-preview/)
- [LayerSlider](http://kreaturamedia.com/layerslider-responsive-jquery-slider-plugin/)
- [Slider Revolution Responsive](http://themes.themepunch.com/?theme=revolution_jq)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![desenvolvedorindie](https://avatars.githubusercontent.com/u/1456279?v=4)](https://github.com/desenvolvedorindie "desenvolvedorindie (73 commits)")

### Embed Badge

![Health badge](/badges/wfcreations-yii2-metronic/health.svg)

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

###  Alternatives

[linnovate/openideal

OpenideaL - open source ideas and innovation management system

1262.8k2](/packages/linnovate-openideal)[pragmatic-modules/jslayout-parser

Lightweight PHP library that was created to make work with `$jsLayout` in Magento 2 less spaghetti, and more object-oriented.

356.1k](/packages/pragmatic-modules-jslayout-parser)

PHPackages © 2026

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