PHPackages                             nuzkito/pluma - 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. nuzkito/pluma

ActiveLibrary[Framework](/categories/framework)

nuzkito/pluma
=============

Markdown powered static site generator with a built-in web editor

0.5.0(3w ago)046↓45%MITPHPPHP ^8.4

Since Mar 17Pushed 2w agoCompare

[ Source](https://github.com/nuzkito/pluma)[ Packagist](https://packagist.org/packages/nuzkito/pluma)[ RSS](/packages/nuzkito-pluma/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (43)Versions (8)Used By (0)

Pluma
=====

[](#pluma)

Pluma is a static‑site generator that converts Markdown files into a fully‑static HTML website.

It ships with a built‑in web editor, auto‑save, RSS feed generation, customizable templates, and a live preview during development.

Features
--------

[](#features)

- Markdown editor with autosave
- RSS feed creation
- Fully customizable HTML templates
- Live preview while you write

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

[](#requirements)

- PHP 8.4 or newer

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

[](#installation)

Install Pluma globally via Composer:

```
composer global require nuzkito/pluma
```

Make sure the Composer global vendor/bin directory is in your system’s PATH, so you can run the pluma command from any terminal.

Getting started
---------------

[](#getting-started)

### Create a new site

[](#create-a-new-site)

Navigate to an empty directory and run:

```
pluma new
```

This scaffolds a fresh project, creating directories for content, templates, assets, etc., along with example files.

### Build the site

[](#build-the-site)

Once the scaffold is in place, generate the static website:

```
pluma generate
```

The output will be placed in a site/ folder.

You can run this command as part of your CI/CD pipeline to build and deploy the site automatically.

### Development server &amp; editor

[](#development-server--editor)

To edit pages via the web interface, start the local development server:

```
pluma serve
```

By default, urls are:

- Editor UI:
- Site preview:

You can config urls and ports in `config.php` file.

Any changes you make to pages with the editor are automatically rebuilt and reflected in the preview.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance95

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~17 days

Total

5

Last Release

27d ago

PHP version history (2 changes)0.1.0PHP ^8.2

0.4.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/496afa965151b7b87b923b3690027475436a2b226ac1698293f5e1771251bf68?d=identicon)[nuzkito](/maintainers/nuzkito)

---

Top Contributors

[![nuzkito](https://avatars.githubusercontent.com/u/1312336?v=4)](https://github.com/nuzkito "nuzkito (18 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nuzkito-pluma/health.svg)

```
[![Health](https://phpackages.com/badges/nuzkito-pluma/health.svg)](https://phpackages.com/packages/nuzkito-pluma)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)[raugadh/fila-starter

Laravel Filament Starter.

625.1k](/packages/raugadh-fila-starter)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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