PHPackages                             aymeric-wilke/scherzo-php - 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. aymeric-wilke/scherzo-php

ActiveLibrary[Framework](/categories/framework)

aymeric-wilke/scherzo-php
=========================

A PHP micro-framework for static websites

1.2(8y ago)066MITHTML

Since Apr 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AymericWilke/scherzo-php)[ Packagist](https://packagist.org/packages/aymeric-wilke/scherzo-php)[ Docs](https://scherzo.io)[ RSS](/packages/aymeric-wilke-scherzo-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Welcome to Scherzo!
===================

[](#welcome-to-scherzo)

A PHP micro-framework for static websites - Now dareboost.com 100% ready

### What is Scherzo ?

[](#what-is-scherzo-)

Scherzo is an easy-to-use micro-framework allowing static websites to have Symfony-inspired router and views.

### With Scherzo, you get :

[](#with-scherzo-you-get-)

1 : Easy-to-use router :

```
$routes = array(
    '/' => 'index.html.twig',
    '/your-page' => 'your-file.html.twig',
);

```

2 : Twig cache and templates with inheritance and variables :

```
$twigVars = array(
    'request' => $REQUEST,
    'whatever' => $whatever,
);

```

3 : And an easy-to-switch devmode, which let you see your modifications and clear the Twig cache automatically. Simply add `/dev` in the URL !

### How to setup Scherzo ?

[](#how-to-setup-scherzo-)

1. Run `composer create-project aymeric-wilke/scherzo-php yourProjectName`
2. Create a folder at the root of your project with the name "temp" and read/write access
3. That's it, enjoy!

### Why Scherzo ?

[](#why-scherzo-)

I build websites for living. For the big ones, I use Symfony, and I wanted a Symfony-like thing for the little sites.

Because I hate to have to copy-paste the menu on all pages, for example. And to redeclare css and js files in all the head of the files. So I wanted Twig to inherit my templates, and do all the cache thing.

Then, I got rid of the '/page.html' urls, transforming them in '/page' instead.

Those ideas took a few months and a few iterations to be all in one file. But now that I have been using the same version for some time now, I just putted it on GitHub so it's even easier to set up.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

2936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2461c4cfbaf3590a62821bbd43bbb8a8b05fb058ee2c18bd5b509f4a954027ec?d=identicon)[AymericWilke](/maintainers/AymericWilke)

---

Top Contributors

[![AymericWilke](https://avatars.githubusercontent.com/u/13614273?v=4)](https://github.com/AymericWilke "AymericWilke (14 commits)")

---

Tags

phpmicro-framework

### Embed Badge

![Health badge](/badges/aymeric-wilke-scherzo-php/health.svg)

```
[![Health](https://phpackages.com/badges/aymeric-wilke-scherzo-php/health.svg)](https://phpackages.com/packages/aymeric-wilke-scherzo-php)
```

###  Alternatives

[contao-community-alliance/dc-general

Universal data container for Contao

1578.3k86](/packages/contao-community-alliance-dc-general)

PHPackages © 2026

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