PHPackages                             jakobjohansson/kiwi - 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. [Framework](/categories/framework)
4. /
5. jakobjohansson/kiwi

ActiveProject[Framework](/categories/framework)

jakobjohansson/kiwi
===================

a minimalistic and lightweight blog framework

v0.0.6(8y ago)218[1 PRs](https://github.com/jakobjohansson/kiwi/pulls)MITPHPPHP ^7.0

Since Sep 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/jakobjohansson/kiwi)[ Packagist](https://packagist.org/packages/jakobjohansson/kiwi)[ Docs](https://github.com/jakobjohansson/kiwi)[ RSS](/packages/jakobjohansson-kiwi/feed)WikiDiscussions master Synced today

READMEChangelog (6)DependenciesVersions (8)Used By (0)

kiwi [![Packagist](https://camo.githubusercontent.com/6e361a96f0b3a0860d2e4c3ef38be84c9e09394cc37d83733dc32ac730f57452/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a616b6f626a6f68616e73736f6e2f6b6977692e737667)](https://packagist.org/packages/jakobjohansson/kiwi) [![Codacy Badge](https://camo.githubusercontent.com/07b58fb81660b9f6745fa1e5851315eb99759601d2fdad6c255187f0b91d8989/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6439316339623734373231613437653461313234626335646132323161633733)](https://www.codacy.com/app/jakobjohansson2/kiwi?utm_source=github.com&utm_medium=referral&utm_content=jakobjohansson/kiwi&utm_campaign=badger) [![StyleCI](https://camo.githubusercontent.com/5a72f299e2e87ee9c73c4ff1c43e51fb3b1f530b01f3a780b1e72f5c229d6f2f/68747470733a2f2f7374796c6563692e696f2f7265706f732f37353432323638312f736869656c643f6272616e63683d6d6173746572267374796c653d666c6174)](https://styleci.io/repos/75422681)
======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#kiwi---)

kiwi is a minimalistic and lightweight blog framework for php.

Documentation
-------------

[](#documentation)

Kiwi can be installed via Composer:

```
composer create-project jakobjohansson/kiwi

```

### Configuration

[](#configuration)

Included in the package is a `.env.example` file, which should be renamed to `.env` and omitted from version control. It is a simple environment file containing fields for database settings, user settings and more general application settings. Kiwi will not run without this file.

After this is done, you should head to the */migrate* route to migrate the default SQL tables.

### Routes

[](#routes)

Custom routes can be set in the `app/routes.php` file, pointing a route towards a controller and a target method:

```
