nullspaceengine/php-template

A homage to the venerable php-template engine from Drupal 7 and below.

0.0.x-dev 2024-06-21 04:09 UTC

This package is not auto-updated.

Last update: 2025-07-19 07:22:00 UTC


README

This is a basic template engine writen in the manner of a homage. I am not basing this on Drupal 7, I am basing this on a memory of Drupal 7.

Documentation

Docs can be found here

Contribution

Please adhere to the Drupal Coding Standard. If you have made any changes that require updating the docs run make docs and review your updates in the browser at localhost:9999 by running docker run -it --rm -v ./build/docs:/usr/share/nginx/html -p 9999:80 --name docs nginx.