Phrozn is extremely flexible static site generator in PHP.
- Configurable: you should be able to tune it to your needs
- SCM-Enabled: no extra work to make your site git-enabled
Clone repository from github and change to cloned directory.
$ git clone https://github.com/Pawka/phrozn.git && cd phrozn
Download composer and install required dependencies.
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
- Unit tested
- API Documentation
- User manual
- Relies on SPL, Symfony 2 Components
- PEAR::Console_CommandLine
- PEAR::Console_Color2
- PEAR::Console_Table
- PEAR::Archive_Tar
- Twig
- Symfony/Yaml
- PHPUnit
- PHPDocumentator 2
See LICENSE