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

ActiveLibrary[Templating &amp; Views](/categories/templating)

pageon/stitcher-core
====================

Static website generator in PHP

1.0.6(2y ago)1483197[6 issues](https://github.com/pageon/stitcher-core/issues)[4 PRs](https://github.com/pageon/stitcher-core/pulls)1PHPPHP ^8.0

Since Feb 22Pushed 1y ago8 watchersCompare

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

READMEChangelog (7)Dependencies (21)Versions (19)Used By (1)

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

41

—

FairBetter than 87% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity77

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

Recently: every ~473 days

Total

14

Last Release

837d ago

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

1.0.0-alpha2PHP &gt;=7.1

1.0.0-alpha5PHP &gt;=7.0

1.0.5PHP ^8.0

### Community

Maintainers

![](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 (754 commits)")

---

Tags

performancephpstatic-sitetwig

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k58](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M465](/packages/pimcore-pimcore)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M528](/packages/shopware-core)

PHPackages © 2026

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