{"id":21372983,"url":"https://github.com/hiqdev/hisite","last_synced_at":"2026-03-09T02:31:06.727Z","repository":{"id":54415692,"uuid":"65326660","full_name":"hiqdev/hisite","owner":"hiqdev","description":"Hisite Yii2 base project","archived":false,"fork":false,"pushed_at":"2025-07-23T12:28:58.000Z","size":154,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-11-10T14:25:16.299Z","etag":null,"topics":["hacktoberfest","web-application","yii2"],"latest_commit_sha":null,"homepage":"https://hisite.hiqdev.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiqdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-08-09T20:39:27.000Z","updated_at":"2025-10-06T09:00:44.000Z","dependencies_parsed_at":"2024-06-19T05:56:12.264Z","dependency_job_id":"65a0bcaf-e590-43c4-b29e-236248e15aee","html_url":"https://github.com/hiqdev/hisite","commit_stats":{"total_commits":156,"total_committers":4,"mean_commits":39.0,"dds":"0.17307692307692313","last_synced_commit":"b2b6a22a30ca2a99a9228b8cf72993e0bc81f90c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hiqdev/hisite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhisite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhisite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhisite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhisite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiqdev","download_url":"https://codeload.github.com/hiqdev/hisite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhisite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30280822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:23:26.802Z","status":"ssl_error","status_checked_at":"2026-03-09T02:22:46.175Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","web-application","yii2"],"created_at":"2024-11-22T08:24:25.814Z","updated_at":"2026-03-09T02:31:06.708Z","avatar_url":"https://github.com/hiqdev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HiSite\n\n**HiSite Yii2 base project**\n\n[![Latest Stable Version](https://poser.pugx.org/hiqdev/hisite/v/stable)](https://packagist.org/packages/hiqdev/hisite)\n[![Total Downloads](https://poser.pugx.org/hiqdev/hisite/downloads)](https://packagist.org/packages/hiqdev/hisite)\n[![Build Status](https://img.shields.io/travis/hiqdev/hisite.svg)](https://travis-ci.org/hiqdev/hisite)\n[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/hisite.svg)](https://scrutinizer-ci.com/g/hiqdev/hisite/)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/hisite.svg)](https://scrutinizer-ci.com/g/hiqdev/hisite/)\n[![Dependency Status](https://www.versioneye.com/php/hiqdev:hisite/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:hisite/dev-master)\n\nHiSite is a base project for building modular [Yii2] web applications from plugins.\n\n[![Live Demo](https://img.shields.io/badge/live-demo-brightgreen.svg)](https://hisite.hiqdev.com/)\n\n[yii2]: http://www.yiiframework.com/\n\n## Installation\n\nFor installation instructions see template project built with HiSite:\n\nhttps://github.com/hiqdev/hisite-template\n\n## Idea\n\nHiSIte provides base for creating Yii2 web application.\nIt is similar in functions to `yii2-app-basic` but in contrast\nHiSite is a plugin and you require it with composer instead of copy-pasting.\n\n**Read more** about ideas behind HiSite in [english] or [russian].\n\nHiSite includes:\n\n- [yii2-swiftmailer] - [SwiftMailer] support\n- [phpdotenv] - for `.env` support\n- [yii2-thememanager] - pluggable themes\n- [yii2-menus] - pluggable menus\n\n[SwiftMailer]:          http://swiftmailer.org/\n[yii2-swiftmailer]:     https://github.com/yiisoft/yii2-swiftmailer\n[phpdotenv]:            https://github.com/vlucas/phpdotenv\n[yii2-menus]:           https://github.com/hiqdev/yii2-menus\n[yii2-thememanager]:    https://github.com/hiqdev/yii2-thememanager\n[english]:              https://hiqdev.com/pages/articles/app-organization\n[russian]:              https://habrahabr.ru/post/329286/\n\n## Configuration\n\nThis extension is supposed to be used with [composer-config-plugin].\n\nAlso you can use it usual way by copy-pasting config.\nSee [src/config/web.php] for configuration example.\n\nAvailable configuration parameters:\n\n- `app.id`\n- `app.name`\n- `app.language`\n- `debug.enabled`\n- `debug.allowedIps`\n\nFor more details please see [src/config/params.php].\n\n[composer-config-plugin]:   https://github.com/hiqdev/composer-config-plugin\n[src/config/params.php]:    src/config/params.php\n[src/config/web.php]:       src/config/web.php\n\n## License\n\nThis project is released under the terms of the BSD-3-Clause [license](LICENSE).\nRead more [here](http://choosealicense.com/licenses/bsd-3-clause).\n\nCopyright © 2016-2017, HiQDev (http://hiqdev.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Fhisite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiqdev%2Fhisite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Fhisite/lists"}