PHP templating based off Dust.js by LinkedIn - This fork is maintained by http://bloafer.github.com/
To install, simply require bloafer/dust-php in your composer.json like so:
{
"require": {
"bloafer/dust-php": "0.1.*"
}
}
- 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.
- Bug or feature? We welcome issues and pull requests! If you'd like to submit a PR. PRs should include unit tests.