PHPackages                             hiqdev/hisite-template - 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. hiqdev/hisite-template

ActiveProject[Utility &amp; Helpers](/categories/utility)

hiqdev/hisite-template
======================

HiSite Project Template

162652[1 issues](https://github.com/hiqdev/hisite-template/issues)

Since Oct 25Pushed 6y ago3 watchersCompare

[ Source](https://github.com/hiqdev/hisite-template)[ Packagist](https://packagist.org/packages/hiqdev/hisite-template)[ RSS](/packages/hiqdev-hisite-template/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

HiSite Template
===============

[](#hisite-template)

**HiSite Project Template**

[![Latest Stable Version](https://camo.githubusercontent.com/ce2d14f4908e783a817afbd8ebac8058996fb763707e9d1e4994bdefd6eef827/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f6869736974652d74656d706c6174652f762f737461626c65)](https://packagist.org/packages/hiqdev/hisite-template)[![Total Downloads](https://camo.githubusercontent.com/73b1778fd1ad1f818a8e1eec2dd8fdff9f13705a5da5bbd12a58dbd25c61f6d9/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f6869736974652d74656d706c6174652f646f776e6c6f616473)](https://packagist.org/packages/hiqdev/hisite-template)[![Build Status](https://camo.githubusercontent.com/31b90c3bc6b80d41e287e53f6a444be809493cf61d2f84fb7be5c84e84b06461/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869716465762f6869736974652d74656d706c6174652e737667)](https://travis-ci.org/hiqdev/hisite-template)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/3e1fc094de096124577c95991a057c926d598deef6791e79f3f8b77737206e91/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6869716465762f6869736974652d74656d706c6174652e737667)](https://scrutinizer-ci.com/g/hiqdev/hisite-template/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/592cb1b324b81c062a99327a2d0a51283d8fc9b02d9b4c2edd03637288a923d1/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6869716465762f6869736974652d74656d706c6174652e737667)](https://scrutinizer-ci.com/g/hiqdev/hisite-template/)[![Dependency Status](https://camo.githubusercontent.com/4e3574e95cafcd3d3cf19a98036aabe474be699c74c8d68b7668571f12d85e54/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6869716465763a6869736974652d74656d706c6174652f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/hiqdev:hisite-template/dev-master)

[HiSite](https://github.com/hiqdev/hisite) is a base project for building modular [Yii2](http://www.yiiframework.com/) web applications from plugins.

This package is a template to start your HiSite project with.

It includes:

- [hisite](https://github.com/hiqdev/hisite) - HiSite basic project
- [yii2-theme-flat](https://github.com/hiqdev/yii2-theme-flat) - Flat theme
- [yii2-pnotify](https://github.com/hiqdev/yii2-thememanager) - flash notifications with JQuery [PNotify](https://github.com/sciactive/pnotify)
- [yii2-language](https://github.com/hiqdev/yii2-language) - language detecting and switching
- [yii2-monitoring](https://github.com/hiqdev/yii2-monitoring) - application monitoring

[![Live Demo](https://camo.githubusercontent.com/470dcc79497ac8dd797d35a7c485df0f3c3635cb823f82e0118b862869b538c0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6976652d64656d6f2d627269676874677265656e2e737667)](https://hisite.hiqdev.com/)

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

[](#installation)

Preferred way to install this project is through [composer](http://getcomposer.org/download/):

```
composer create-project --stability=dev "hiqdev/hisite-template:*" dir
```

To finish project installation run:

```
./vendor/bin/hidev deploy
```

You will see:

```
Created dir:  ./public/
Created dir:  ./public/assets/
chmod ./public/assets '0777'
chmod ./runtime '0777'

```

And that's it — the project is ready to be served with web server. But [hidev](https://github.com/hiqdev/hidev) can do a bit more for you.

Also see more on recommended [Directory structure](docs/DirectoryStructure.md) of this template.

### Generate and install NGINX vhost config

[](#generate-and-install-nginx-vhost-config)

Copy [.env.dist](.env.dist) to `.env` and tune it to set project wide options:

- `ENV` - environment env/prod, will be used to setup `YII_ENV` constant
- `SSL` - enable SSL, used for NGINX config
- `HOSTS` - hostname(s), used for NGINX config

To see generated NGINX config without actually installing it use the following command:

```
./vendor/bin/hidev nginx/dump
```

To install config and restart NGINX run:

```
./vendor/bin/hidev nginx/deploy
```

License
-------

[](#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-2017, HiQDev ()

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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/790fd24da129907d373559f60c6994f664f06e3f518502c03580cc9f3594615e?d=identicon)[hiqdev](/maintainers/hiqdev)

---

Top Contributors

[![hiqsol](https://avatars.githubusercontent.com/u/11820365?v=4)](https://github.com/hiqsol "hiqsol (45 commits)")

---

Tags

apphacktoberfesttemplateyii2

### Embed Badge

![Health badge](/badges/hiqdev-hisite-template/health.svg)

```
[![Health](https://phpackages.com/badges/hiqdev-hisite-template/health.svg)](https://phpackages.com/packages/hiqdev-hisite-template)
```

###  Alternatives

[deved/magento2-disable-customer-registration

Disable Customer Registration

50136.3k](/packages/deved-magento2-disable-customer-registration)[globalis/robo-task

Robo task common collection

1225.6k2](/packages/globalis-robo-task)[sukohi/evaluation

A Laravel package to manage evaluation data like LIKE, DISLIKE, FAVORITE and REMEMBER.

121.0k](/packages/sukohi-evaluation)

PHPackages © 2026

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