bloafer / dust-php
A templating engine for PHP based on Dust JS
Installs: 48 502
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 19
Open Issues: 0
This package is not auto-updated.
Last update: 2025-01-04 21:03:28 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.