nullspaceengine / php-template
A homage to the venerable php-template engine from Drupal 7 and below.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Language:HTML
Requires (Dev)
- phpunit/phpunit: ^11.0
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
.