An open API service indexing awesome lists of open source software.

https://github.com/hiqdev/yii2-theme-flat

Flat Theme for Yii2 projects
https://github.com/hiqdev/yii2-theme-flat

flat hacktoberfest theme yii2

Last synced: 10 months ago
JSON representation

Flat Theme for Yii2 projects

Awesome Lists containing this project

README

          

# Yii2 Flat Theme

**Flat Theme for Yii2 projects**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-theme-flat/v/stable)](https://packagist.org/packages/hiqdev/yii2-theme-flat)
[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-theme-flat/downloads)](https://packagist.org/packages/hiqdev/yii2-theme-flat)
[![Build Status](https://img.shields.io/travis/hiqdev/yii2-theme-flat.svg)](https://travis-ci.org/hiqdev/yii2-theme-flat)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/yii2-theme-flat.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-theme-flat/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/yii2-theme-flat.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-theme-flat/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:yii2-theme-flat/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:yii2-theme-flat/dev-master)

This package provides pluggable [Flat theme] for [Yii2] projects.

This package uses [hiqdev/yii2-thememanager] theming library.

[flat theme]: https://shapebootstrap.net/item/1524965-flat-theme-free-responsive-multipurpose-site-template/comments
[yii2]: http://yiiframework.com/
[hiqdev/yii2-thememanager]: https://github.com/hiqdev/yii2-thememanager

## Installation

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

Either run

```sh
php composer.phar require "hiqdev/yii2-theme-flat"
```

or add

```json
"hiqdev/yii2-theme-flat": "*"
```

to the require section of your composer.json.

## License

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2016-2018, HiQDev (http://hiqdev.com/)