PHPackages                             asinfotrack/yii2-wiki - 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. asinfotrack/yii2-wiki

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

asinfotrack/yii2-wiki
=====================

Yii2-Wiki is a flexible implementation of a wiki for Yii2

96397[1 PRs](https://github.com/asinfotrack/yii2-wiki/pulls)PHP

Since Feb 16Pushed 5y ago6 watchersCompare

[ Source](https://github.com/asinfotrack/yii2-wiki)[ Packagist](https://packagist.org/packages/asinfotrack/yii2-wiki)[ RSS](/packages/asinfotrack-yii2-wiki/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-wiki
=========

[](#yii2-wiki)

Yii2-Wiki is a flexible implementation of a wiki for Yii2

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

[](#installation)

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

Either run

```
$ composer require asinfotrack/yii2-wiki
```

or add

```
"asinfotrack/yii2-wiki": "dev-master"

```

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

Configuration
-------------

[](#configuration)

###### Migration

[](#migration)

For the default table structure execute the provided migration as follows:

```
yii migrate --migrationPath=@vendor/asinfotrack/yii2-wiki/migrations

```

To remove the table just do the same migration downwards.

###### Configuring the module

[](#configuring-the-module)

add the following entry to the modules-part of your config-file:

```
//...

'modules'=>[
	'wiki'=>[
		'class'=>'asinfotrack\yii2\wiki\Module',
		'processContentCallback'=>function($content) {
			//example if you want to use markdown in your wiki
			return Parsedown::instance()->parse($content);
		}
	],
],

//...
```

For a full list of possible options check out the well documented attributes of the module-class.

###### Bootstrapping the module

[](#bootstrapping-the-module)

This step is only necessary if you want to use the deafault url-rules provided by the module.
If you want to use this feature, add the module-id to the bootstrap-array of your config file:

```
//...

'bootstrap'=>['log', 'wiki'],

//...
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

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/32196c480a4cca0724afc5982064d2f02aa2975f66e5bef343f7f72f6cefaf08?d=identicon)[asinfotrack](/maintainers/asinfotrack)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/asinfotrack-yii2-wiki/health.svg)

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

###  Alternatives

[getsolaris/laravel-make-service

A MVCS pattern create a service command for Laravel 5+

81161.3k](/packages/getsolaris-laravel-make-service)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)[latfur/laravel-event-crud

Laravel Event CRUD With Full Calendar

125.6k](/packages/latfur-laravel-event-crud)

PHPackages © 2026

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