PHPackages                             illusorium/kohana-multisite - 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. illusorium/kohana-multisite

ActiveLibrary

illusorium/kohana-multisite
===========================

Extension of Kohana framework that allows using common classes and configurations for multiple sites across one project

07PHP

Since Jun 6Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

### Extension of Kohana framework with simple multisite support

[](#extension-of-kohana-framework-with-simple-multisite-support)

This extension allows using common code for multiple sites in one project. Each of sites must have its own index.php, bootstrap.php, etc., but they also could use common code base:

- common classes (models, helpers)
- configuration files (database, etc.)
- other project-wide files, like migrations

Common files located in common/ directory, that is linked with `COMPATH` constant by analogy with `APPPATH`, `SYSPATH`, and `MODPATH`.

#### Installation

[](#installation)

> composer create-project illusorium/kohana-multisite:dev-master

#### Creating new site structure from command-line

[](#creating-new-site-structure-from-command-line)

Kohana minion module is required to use this feature. Enable it in bootstrap.php.

> php minion multisite:create --site=new\_host \[--docRoot=www\]

`new_host` - new site's name,

`www` - name of documentRoot directory: www, public\_html, htdocs, etc.

Site will be created in `sites/new_host`. You may also need to add new virtual host into web server configuration.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

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/b54194f23f92f5ac94479ce84ee3588bb422f2cf64a7cc358ec57ae529d202e9?d=identicon)[illusorium](/maintainers/illusorium)

---

Top Contributors

[![illusorium](https://avatars.githubusercontent.com/u/24568352?v=4)](https://github.com/illusorium "illusorium (2 commits)")

### Embed Badge

![Health badge](/badges/illusorium-kohana-multisite/health.svg)

```
[![Health](https://phpackages.com/badges/illusorium-kohana-multisite/health.svg)](https://phpackages.com/packages/illusorium-kohana-multisite)
```

PHPackages © 2026

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