carbontwelve/tapestry

This package is abandoned and no longer maintained. The author suggests using the tapestry-cloud/tapestry package instead.

Static site generator with PHPPlates

1.0.12 2018-01-03 13:35 UTC

README

Plates PHP Static Site Generator

Build Status Test Coverage Latest Stable Version License

About Tapestry

Tapestry is a static site generator that uses the plates template system by the league of extraordinary packages. Tapestry aims to be fast, easy to use and easy to extend. It has been inspired by similar generators Sculpin and Jigsaw. Tapestry is designed for developers who prefer to use native PHP templates over compiled template languages such as Twig or Blade.

Highlights

  • Native PHP templates with the use of the plates template system
  • Blog aware out of the box
  • Built to be extendable with plugins

Learning Tapestry

The Tapestry documentation provides a thorough insight into the inner workings of Tapestry. Making it as easy as possible to get started generating your sites.

Installing Tapestry

The recommended method for installing Tapestry is to grab the latest zipped release here and unzip the contents into your $PATH to make it globally available from your command line.

For Windows environments a .bat file is included so that you do not have to type php tapestry.phar to run Tapestry; for it to work ensure it is kept in the same folder as the .phar.

For alternative methods of installing Tapestry see the install documentation here.

License

Tapestry is open sourced software licensed under the MIT License.

Not invented here

StaticGen has a list of other static site generators available, although to my knowledge Tapestry is the only one to use the PHPPlates template engine.