PHPackages                             brendt/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. [Templating &amp; Views](/categories/templating)
4. /
5. brendt/stitcher

Abandoned → [pageon/stitcher-core](/?search=pageon%2Fstitcher-core)Library[Templating &amp; Views](/categories/templating)

brendt/stitcher
===============

Static website generator in PHP

1.0.4(6y ago)1471047[6 issues](https://github.com/brendt/stitcher/issues)[4 PRs](https://github.com/brendt/stitcher/pulls)PHP

Since Feb 22Pushed 1y ago8 watchersCompare

[ Source](https://github.com/brendt/stitcher)[ Packagist](https://packagist.org/packages/brendt/stitcher)[ RSS](/packages/brendt-stitcher/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (20)Versions (14)Used By (0)

Stitcher [![Build Status](https://camo.githubusercontent.com/1446b8a292a8f45182311aa43d6f54ed1a0888157eb5ed05f779ac4630183901/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706167656f6e2f73746974636865722d636f72652f6261646765732f6275696c642e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/pageon/stitcher-core/build-status/develop) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/aeb09baadbde10a24eee75bbf5dd1169013907c4b18d8db90bdc0fb6e39b4ee0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706167656f6e2f73746974636865722d636f72652f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/pageon/stitcher-core/?branch=develop) [![Code Coverage](https://camo.githubusercontent.com/b3fab061c5b6433af69aa537e5fc0520124d3e3f7546658594554229c98e6f7e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706167656f6e2f73746974636865722d636f72652f6261646765732f636f7665726167652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/pageon/stitcher-core/?branch=develop)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#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](https://www.stitcher.io).

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

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

Recently: every ~80 days

Total

12

Last Release

2363d ago

PHP version history (3 changes)1.0.0-alphaPHP &gt;=5.6

1.0.0-alpha2PHP &gt;=7.1

1.0.0-alpha5PHP &gt;=7.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

performancephpstatic-sitetwig

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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