PHPackages                             chh/frozen-silex - 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. chh/frozen-silex

ActiveLibrary

chh/frozen-silex
================

Turn your Silex Application into static HTML

v1.0.1(12y ago)191.4k3[1 issues](https://github.com/CHH/frozen-silex/issues)MITPHPPHP &gt;=5.3.3

Since Nov 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/CHH/frozen-silex)[ Packagist](https://packagist.org/packages/chh/frozen-silex)[ RSS](/packages/chh-frozen-silex/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

Frozen Silex
============

[](#frozen-silex)

*Static site generator built for Silex.*

**This is a proof of concept** and may not work for you. Some known issues include:

- Generated sites only work at the root of the server.
- Generated sites can not be browsed without a server because URLs are not rewritten to be relative.

Install
-------

[](#install)

Require `chh/frozen-silex` in your Silex Application's `composer.json`.

Getting Started
---------------

[](#getting-started)

Create a Freezer instance with your `Silex\Application` object and call its `freeze` method:

```
