PHPackages                             pageon/stitcher - 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. pageon/stitcher

ActiveProject

pageon/stitcher
===============

A Stitcher Project

1.7.2(9y ago)61921[1 issues](https://github.com/pageon/stitcher/issues)[1 PRs](https://github.com/pageon/stitcher/pulls)MITSmarty

Since Mar 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pageon/stitcher)[ Packagist](https://packagist.org/packages/pageon/stitcher)[ RSS](/packages/pageon-stitcher/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (13)Used By (0)

[![Build Status](https://camo.githubusercontent.com/a981dbc83d96aa77bf8cb189742152cc8441d94b06e6e97150c145004e791cfc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6272656e64742f73746974636865722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/brendt/stitcher/build-status/master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/90791d8da379597496d7309fe690792f053a3ae7eee18d3a7165af6f1d4ba267/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6272656e64742f73746974636865722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/brendt/stitcher/?branch=master)

Stitcher
========

[](#stitcher)

High performance, static websites for PHP developers.

```
composer create-project pageon/stitcher
```

### Why Stitcher?

[](#why-stitcher)

Stitcher differs from many other static site generator in two areas. First of all: **performance is key**. Stitcher is built from its core for high performance websites. All tools available to you put performance on the first place. Secondly, it doesn't try to add extra syntax to existing formats. Stitcher provides a robust set of tools **for developers** to build with, and not a lot of hacks so everything fits in one file.

Also important to note, included with Stitcher:

- Automatic image optimization, as easy as `image.srcset`
- HTTP/2 server push support
- Markdown, YAML and JSON
- Twig and Smarty support
- Data set overviews and details; pagination, sorting and filtering
- Built-in SASS support
- JavaScript and CSS minification
- Built-in SEO and meta tag optimizations

A quick look at Stitcher:

```
# site.yml

/blog:
    template: blog
    variables:
        posts: data/blog.yml

/blog/{id}:
    template: blog.post
    variables:
        post: data/blog.yml
    adapters:
        collection:
            variable: post
            field: id
```

```
# data/blog.yml

hello_world:
    date: 2017-03-10
    highlight: false
    title: Hello world
    content: blog/hello.md
    image: hello_world.jpg

foo_bar:
    date: 2017-03-14
    highlight: true
    title: Foo Bar
    content: blog/far_bar.md
    image: foo_bar.jpg
```

```

{% extends 'index.html' %}

{% block content %}

        {{ blog.title }}

        {{ blog.content }}

{% endblock %}
```

You can read more about it on [the Stitcher website](http://stitcher.pageon.be).

### Upcoming features

[](#upcoming-features)

Stitcher is in alpha development, so new features are still being made. Here's a list of what's to come before a stable v1 release:

- Plugin support
- Theme support

Also, we're already thinking about the farther future:

- Localisation
- URL generation
- CLI Configuration and setup
- site:deploy command
- Frontend Filters
- Form support with Lumen/Slim

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity70

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 ~6 days

Total

11

Last Release

3328d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cb3720658b52133e7200a378eae26508fb343534a3c115bd3ee74ea9d501ba2?d=identicon)[brendt](/maintainers/brendt)

![](https://www.gravatar.com/avatar/a8868d3a9248a5a7aad3620ea8666ae0925d8176dec79761b7f03b31f977c06e?d=identicon)[Pageon](/maintainers/Pageon)

---

Top Contributors

[![brendt](https://avatars.githubusercontent.com/u/6905297?v=4)](https://github.com/brendt "brendt (46 commits)")

### Embed Badge

![Health badge](/badges/pageon-stitcher/health.svg)

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

PHPackages © 2026

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