PHPackages                             sebastianks/volcano - 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. sebastianks/volcano

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

sebastianks/volcano
===================

A micro flat-file website and blog constructor.

1.0.0(5y ago)5382[4 issues](https://github.com/sebkolind/volcano/issues)[1 PRs](https://github.com/sebkolind/volcano/pulls)MITPHPPHP &gt;=8.0.0

Since Dec 21Pushed 1y ago2 watchersCompare

[ Source](https://github.com/sebkolind/volcano)[ Packagist](https://packagist.org/packages/sebastianks/volcano)[ RSS](/packages/sebastianks-volcano/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (2)Versions (9)Used By (0)

Volcano 🌋
=========

[](#volcano-)

A micro flat-file blog and website constructor.

Features
--------

[](#features)

- No database
- Fast
- Easy to use
- You write your content in beautiful Markdown
- Great with custom designs

Requirements
------------

[](#requirements)

- PHP 8.0.0 or higher
- Support for `mod_rewrite` ([how to set up](https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite))

Getting Started
---------------

[](#getting-started)

```
cd ~/path/to/project

composer require sebastianks/volcano

# IMPORTANT
# Copy a slim starter template bundled with Volcano.
cp -r vendor/sebastianks/volcano/setup/* .
```

Volcano will now serve your app from `/site/theme/index.php` which at it's lightest can be as slim as:

```
