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

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

stakx/stakx
===========

Yet another static website generator powered by Symfony and Twig

v0.2.1(5y ago)17124[17 issues](https://github.com/stakx-io/stakx/issues)[5 PRs](https://github.com/stakx-io/stakx/pulls)MITPHP

Since Mar 26Pushed 4mo ago5 watchersCompare

[ Source](https://github.com/stakx-io/stakx)[ Packagist](https://packagist.org/packages/stakx/stakx)[ Fund](https://www.buymeacoffee.com/allejo)[ GitHub Sponsors](https://github.com/allejo)[ RSS](/packages/stakx-stakx/feed)WikiDiscussions develop Synced yesterday

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

[![stakx logo](.github/brand.png)](.github/brand.png)

[![Unit Tests](https://github.com/stakx-io/stakx/workflows/Unit%20Tests/badge.svg)](https://github.com/stakx-io/stakx/actions)[![Code Coverage](https://camo.githubusercontent.com/43c28d58b995989e2d5f7dc922ce9eb1a5298dc2c4a955fc54293e9005d46234/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7374616b782d696f2f7374616b782e737667)](https://scrutinizer-ci.com/g/stakx-io/stakx/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e3351b725da1ee1f4896446ad938561575b349acf9d6f967b60c0aa72d7885af/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7374616b782d696f2f7374616b782e737667)](https://scrutinizer-ci.com/g/stakx-io/stakx/?branch=master)

Stakx is a static website generator built in PHP inspired by Jekyll and Sculpin. Unlike its alternatives, Stakx is distributed as a single executable so you don't need to worry about silly `bundle install` or `composer install` commands to build your website.

Philosophy
----------

[](#philosophy)

Stakx's philosophy is to be treated as a model-view-controller (MVC) setup where Stakx itself is the controller, Twig makes up the views, and your content makes up the models. Following this philosophy will allow you to have truly reusable content making migration to and from Stakx a breeze.

Building the Sample Project
---------------------------

[](#building-the-sample-project)

Stakx provides a sample project for people to learn from. The sample project can be built in one of two ways.

### Download a Release

[](#download-a-release)

Get the latest PHAR from the [Releases](https://github.com/stakx-io/stakx/releases) page, download the repository, put the PHAR in the `example` directory and run the following command from within the `example` directory:

```
php ./stakx.phar build

```

### Build from Git

[](#build-from-git)

Clone the repository, fetch the dependencies, and compile.

```
git clone https://github.com/stakx-io/stakx.git
composer install --no-dev
cd example/
php ../bin/stakx build
```

### Locally Serving a Site

[](#locally-serving-a-site)

Stakx includes a built-in web server, which you can run with the following commands. Access your site at `http://0.0.0.0:8000/`.

```
cd example/
php ../bin/stakx serve
```

Note that the `serve` command will only build the requested page, and not the entire site. The `serve` command is ideal for quick development and testing.

To build your site for production, use the `build` command.

License
-------

[](#license)

[MIT](./LICENSE.md)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 98.8% 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 ~86 days

Recently: every ~142 days

Total

19

Last Release

2188d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1246453?v=4)[Vladimir Jimenez](/maintainers/allejo)[@allejo](https://github.com/allejo)

---

Top Contributors

[![allejo](https://avatars.githubusercontent.com/u/1246453?v=4)](https://github.com/allejo "allejo (935 commits)")[![PeterMedina](https://avatars.githubusercontent.com/u/2043459?v=4)](https://github.com/PeterMedina "PeterMedina (8 commits)")[![blast007](https://avatars.githubusercontent.com/u/328999?v=4)](https://github.com/blast007 "blast007 (2 commits)")[![BenjaminHoegh](https://avatars.githubusercontent.com/u/22152591?v=4)](https://github.com/BenjaminHoegh "BenjaminHoegh (1 commits)")

---

Tags

phpstakxstatic-site-generatortwig

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M398](/packages/drupal-core-recommended)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[contao/core-bundle

Contao Open Source CMS

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

PHPackages © 2026

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