bloafer / dust-php
This package is abandoned and no longer maintained.
No replacement package was suggested.
A templating engine for PHP based on Dust JS
0.1.91
2018-10-15 09:52 UTC
This package is not auto-updated.
Last update: 2025-08-31 00:41:30 UTC
README
PHP templating based off Dust.js by LinkedIn - This fork is maintained by http://bloafer.github.com/
Install
Composer
To install, simply require bloafer/dust-php in your composer.json like so:
{
"require": {
"bloafer/dust-php": "0.1.*"
}
}
Get Started
- Read https://bloafer.github.io/dust-php/ for guides, tutorials, and documentation.
- Check out the
examples/directory in the repo for simple examples to help you get started using Dust PHP in a variety of ways.
Contribute
- Bug or feature? We welcome issues and pull requests! If you'd like to submit a PR. PRs should include unit tests.