PHPackages                             savvywombat/wiki-lite - 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. savvywombat/wiki-lite

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

savvywombat/wiki-lite
=====================

Wiki-Lite: light weight wiki for Laravel 5

1.0.4(8y ago)211MITPHPPHP ^7.0CI failing

Since Nov 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SavvyWombat/wiki-lite)[ Packagist](https://packagist.org/packages/savvywombat/wiki-lite)[ Docs](https://github.com/SavvyWombat/wiki-lite)[ RSS](/packages/savvywombat-wiki-lite/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (9)Versions (14)Used By (0)

Not actively maintained
=======================

[](#not-actively-maintained)

Wiki-Lite
=========

[](#wiki-lite)

A light weight wiki for use in Laravel 5

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

[](#installation)

In your Laravel 5 application, install using [Composer](https://getcomposer.org/).

```
composer require savvywombat/wiki-lite

```

You will need to publish the package:

```
artisan vendor:publish

```

And select:

```
SavvyWombat\WikiLite\ServiceProvider

```

### Configuration

[](#configuration)

A sample configuration is provided in `config/wiki-lite.php`

By default, the wiki is configured to work as a subdirectory of your site `https://example.com/wiki`.

An anonymous username has been configured, too (currently, the wiki is not integrated into Laravel's authentication system).

### Migrations

[](#migrations)

Wiki-lite requires two database tables, prefixed with `wiki_lite_`.

The migrations are installed to your project's `database/migrations` directory. Simply run `artisan migrate` to install the databases.

### Views

[](#views)

Wiki-lite installs a layout template which wraps the wiki views allowing you to modify and integrate the layout into your project's layout.

The template is installed into `views/vendor/savvywombat/wiki-lite/`

Usage
-----

[](#usage)

When visiting the wiki index page (`https://example.com/wiki`) for the first time, you will be asked to create a new page with a title.

The wiki uses [CommonMark](https://github.com/commonmark/CommonMark) syntax, with one addition - wiki-links.

### Linking between wiki pages

[](#linking-between-wiki-pages)

You can simply enter any page title (or slug) as a link using:

```
[[The page title you want to link to]]

```

When you save the page, you will see a link which takes you to the page you want.

The wiki will also save a link back from the targeted page.

### Editing titles

[](#editing-titles)

The wiki uses a UUID for each page, meaning that you can edit page titles and any links to the page's previous titles will still link to the latest version of the page.

### Comparing revisions

[](#comparing-revisions)

Revision comparison uses unified diff format.

Styling
-------

[](#styling)

Some styles are included in the module. They are published into `resources/assets/sass/vendor/savvywombat/wiki-lite`.

You can import them into your application styles by adding `@import "vendor/savvywombat/wiki-lite/wiki-lite"` in your `app.scss` file.

Support
-------

[](#support)

If you are having general issues with this repository, please contact us via the [SavvyWombat](https://savvywombat.com.au/contact) website.

Please report issues using the [GitHub issue tracker](https://github.com/SavvyWombat/wiki-lite/issues). You are also welcome to fork the repository and submit a pull request.

If you're using this repository, we'd love to hear your thoughts. Thanks!

Licence
-------

[](#licence)

Wiki-Lite is licensed under [The MIT License (MIT)](https://github.com/SavvyWombat/wiki-lite/blob/master/LICENSE).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~17 days

Recently: every ~33 days

Total

13

Last Release

2946d ago

Major Versions

0.1.0 → 1.0.02018-01-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/949f4b63b47c6f037d6ddd22ad3c34e67950655eb51a31d2b1f1205eac7005d7?d=identicon)[SavvyWombat](/maintainers/SavvyWombat)

---

Top Contributors

[![horuskol](https://avatars.githubusercontent.com/u/290549?v=4)](https://github.com/horuskol "horuskol (1 commits)")

---

Tags

laravelwikisavvywombatsavvy wombatwiki-litewikilite

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/savvywombat-wiki-lite/health.svg)

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

###  Alternatives

[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2082.5k27](/packages/ronasit-laravel-helpers)

PHPackages © 2026

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