PHPackages                             neuedaten/freezed-skeleton - 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. neuedaten/freezed-skeleton

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

neuedaten/freezed-skeleton
==========================

Starter skeleton for Freezed — a static site generator powered by TYPO3 Fluid.

v0.3.3-beta(1mo ago)02GPL-2.0-or-laterShellPHP ^8.2

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/neuedaten/freezed-skeleton)[ Packagist](https://packagist.org/packages/neuedaten/freezed-skeleton)[ Docs](https://github.com/neuedaten/freezed-skeleton)[ RSS](/packages/neuedaten-freezed-skeleton/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Freezed skeleton
================

[](#freezed-skeleton)

Starter project for **[Freezed](https://github.com/neuedaten/freezed)** — a static site generator powered by the TYPO3 Fluid template engine.

Create a site
-------------

[](#create-a-site)

```
composer create-project --stability=beta neuedaten/freezed-skeleton my-site
cd my-site
./vendor/bin/freezed build
# open public/index.html
```

`create-project` automatically scaffolds the project (`freezed install`) with the default theme and example pages.

Develop
-------

[](#develop)

Rebuild after changes and preview locally:

```
./vendor/bin/freezed build
php -S localhost:8080 -t public
```

Or use Docker (no local PHP required):

```
docker compose up --build
# http://localhost:8080
```

Rebuild inside the running container:

```
docker compose exec freezed ./vendor/bin/freezed build
```

What's here
-----------

[](#whats-here)

```
.
├─ composer.json          # requires neuedaten/freezed
├─ Dockerfile             # PHP 8.3 + Composer dev image
├─ docker-compose.yml     # builds + serves public/ on :8080
└─ docker/entrypoint.sh   # install → scaffold → build → serve

```

After `freezed install`, your site lives in `content/`, `themes/`, `static/`and `freezed.config.php`. The build output goes to `public/` (git-ignored).

Documentation
-------------

[](#documentation)

Full docs are in the engine repository: **[neuedaten/freezed → docs](https://github.com/neuedaten/freezed/tree/main/docs)**.

License
-------

[](#license)

[GPL-2.0-or-later](LICENSE) © Bastian Schwabe / neuedaten

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance91

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

7

Last Release

43d ago

PHP version history (2 changes)v0.1.0-betaPHP &gt;=8.1

v0.3.0-betaPHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5033001?v=4)[Bastian Oppermann](/maintainers/bastian)[@Bastian](https://github.com/Bastian)

---

Top Contributors

[![r12r](https://avatars.githubusercontent.com/u/6528916?v=4)](https://github.com/r12r "r12r (7 commits)")

### Embed Badge

![Health badge](/badges/neuedaten-freezed-skeleton/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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