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. Email us for help if needed.
0.1.4
2022-04-26 13:30 UTC
Requires
- php: ^8.0
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