PHP Static site generator
Spress is a static site generator built with Symfony components.
License: MIT.
Discuss and share your opinions in Gitter chat:
When Contributing code to Spress, you must follow its coding standards. Spress follows
PSR-2 coding style.
Keep in mind the golden rule: Imitate the existing Spress code.
All pull requests must be accompanied by passing unit tests. Spress uses phpunit for testing.
We are using Box Project for generating the .phar
file.
$ cd spress
$ box build
You can run the unit tests with the following command:
$ cd spress
$ composer test