emartech/php-templating

helper classes for native php templates

This package's canonical repository appears to be gone and the package has been frozen as a result.

0.1.4 2022-04-26 13:30 UTC

This package is auto-updated.

Last update: 2023-12-27 12:18:56 UTC


README

helpers for PHP templating

Install dependencies with docker:

$ docker run --rm --interactive --tty --volume $PWD:/app composer install --ignore-platform-reqs --no-scripts

Update dependencies with docker:

$ docker run --rm --interactive --tty --volume $PWD:/app composer update --ignore-platform-reqs --no-scripts