PHPackages                             stenope/stenope - 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. stenope/stenope

ActiveSymfony-bundle[Framework](/categories/framework)

stenope/stenope
===============

Static site builder for Symfony

v0.9.0(2y ago)13518.6k↓14.3%9[4 PRs](https://github.com/StenopePHP/Stenope/pulls)MITPHPPHP &gt;=8.1CI passing

Since Nov 27Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/StenopePHP/Stenope)[ Packagist](https://packagist.org/packages/stenope/stenope)[ Docs](https://github.com/StenopePHP/Stenope)[ RSS](/packages/stenope-stenope/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (34)Versions (21)Used By (0)

Stenope
=======

[](#stenope)

> The static website generation tool for Symfony.

[![CLI](cli.png)](cli.png)

Why another static site generator?
----------------------------------

[](#why-another-static-site-generator)

We're Symfony developers that couldn't find a static website generator that bended to our needs.

We needed a way of generating static websites that:

- Doesn't impose a format, a structure or a location for the data.
- Runs in a [Symfony](symfony.com) environment.
- Allow us to develop virtually any feature we might need.

Stenope does that.

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

[](#installation)

In your existing Symfony app:

```
composer require stenope/stenope
```

If you plan to create a new app from scratch, you can give a try to the [Stenope Skeleton](https://stenopephp.github.io/skeleton/).

Usage
-----

[](#usage)

```
bin/console -e prod cache:clear
bin/console -e prod stenope:build ./static
```

Your Symfony app is now a static website in: `./static`! ✨

**Next:** [learn more about Stenope's content management system](doc/loading-content.md).

Philosophy and goals
--------------------

[](#philosophy-and-goals)

Stenope was designed with these goals in mind:

- Stenope meets your needs, not the other way around.
- Stenope runs in any Symfony project out of the box, connects with standard Symfony components and feels natural to Symfony developers.
- Stenope is highly extensible: features can be replaced, added or removed.

How it works
------------

[](#how-it-works)

- 🔍 Stenope scans your Symfony app (like a search engine crawler would) and dumps every page into a static HTML file.
- 🛠 Stenope provides tools for loading and parsing various data sources (like local Markdown files or distant headless CMS).
- 🖌 Stenope enriches the parsed data by applying a series of processors (like Syntax Highlighting, slug generation, etc.).
- 🧲 Stenope finally hydrates your custom PHP objects with the enriched data and provides interfaces for listing and retrieving them (like an ORM would).
- ⚙️ Stenope gives you a lot of control over the whole process by providing entrypoints, interfaces and default implementations that are entirely replaceable.

What Stenope is not
-------------------

[](#what-stenope-is-not)

Stenope is not a ready-to-use bloging system: but you could quickly *write your own* blog system with it!

In-depth documentation
----------------------

[](#in-depth-documentation)

### Features

[](#features)

- [Loading and parsing content](doc/loading-content.md)
- [Supported formats](doc/supported-formats.md)
- [Supported sources](doc/supported-sources.md)
- [CLI usage](doc/cli.md)
- [Debug contents](doc/cli.md#debug)
- [Syntax highlighting](doc/syntax-highlighting.md)
- [Linking contents](doc/link-contents.md)
- [Configuring the build](doc/build-configuration.md)
- [Twig integration](doc/twig.md)

### Cookbooks

[](#cookbooks)

- [Data manipulation: writing a custom Processor](doc/cookbooks/processors.md)
- [Exposing a not found page](doc/cookbooks/not-found-page.md)

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance59

Moderate activity, may be stable

Popularity42

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~185 days

Total

13

Last Release

774d ago

PHP version history (3 changes)v0.1.0PHP ^7.4

v0.2.0PHP &gt;=7.4

v0.9.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e4d0789a5e5af7d70bc34a8afbcafde6ecbe03649eeaee631534759f7d848e2?d=identicon)[Tom32i](/maintainers/Tom32i)

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

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

---

Top Contributors

[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (232 commits)")[![ogizanagi](https://avatars.githubusercontent.com/u/2211145?v=4)](https://github.com/ogizanagi "ogizanagi (229 commits)")[![Tom32i](https://avatars.githubusercontent.com/u/1846873?v=4)](https://github.com/Tom32i "Tom32i (77 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (31 commits)")[![ArnaudLigny](https://avatars.githubusercontent.com/u/80580?v=4)](https://github.com/ArnaudLigny "ArnaudLigny (1 commits)")[![benji07](https://avatars.githubusercontent.com/u/166890?v=4)](https://github.com/benji07 "benji07 (1 commits)")

---

Tags

builderhacktoberfesthighlightingstatic-site-generatorsymfonysymfonystaticblog

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[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)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[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)
