Popularity
4.5
Growing
Activity
0.0
Stable
375
28
30

Description

Spress is a static site generator built with Symfony components. See demo.

License: MIT.

Code Quality Rank: L4
Programming language: PHP
License: MIT License
Tags: Static Site Generators     Twig     HTML     Markdown     Silex     Blog     CMS     Web    
Latest version: v3.0.0

Spress alternatives and similar libraries

Based on the "Static Site Generators" category.
Alternatively, view Spress alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Spress or a related project?

Add another 'Static Site Generators' Library

README

Spress - PHP Static site generator

Build Status Build status SensioLabsInsight

Spress is a static site generator built with Symfony components.

License: MIT.

Requirements

  • Linux, Unix, Mac OS X or Windows.
  • PHP +7.4.
  • Composer.

Community

Discuss and share your opinions in Gitter chat:

Gitter

Contributing

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.

Pull Requests

  • Fork the Spress repository.
  • Create a new branch for each feature or improvement.
  • New features: Send a pull request from each feature branch to master branch.
  • Fixes: Send a pull request to 2.1 branch.

Unit testing

All pull requests must be accompanied by passing unit tests. Spress uses phpunit for testing.

How to make spress.phar

We are using Box Project for generating the .phar file.

$ cd spress
$ box build

Unit tests

You can run the unit tests with the following command:

$ cd spress
$ composer test


*Note that all licence references and agreements mentioned in the Spress README section above are relevant to that project's source code only.