# Dust PHP

[![Build Status](https://travis-ci.org/Bloafer/dust-php.svg?branch=master)](https://travis-ci.org/Bloafer/dust-php)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cf898b90112448019c8e84c259e9ba90)](https://www.codacy.com/app/operations/dust-php?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Bloafer/dust-php&amp;utm_campaign=Badge_Grade)

PHP templating based off Dust.js by LinkedIn - This fork is maintained by [http://bloafer.github.com/](http://bloafer.github.com/)

## Install

### Composer

To install, simply require bloafer/dust-php in your composer.json like so:

```json
{
    "require": {
        "bloafer/dust-php": "0.1.*"
    }
}
```

## Get Started

* Read [https://bloafer.github.io/dust-php/](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](https://bloafer.github.io/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.

## Throughput

[![Throughput Graph](https://graphs.waffle.io/Bloafer/dust-php/throughput.svg)](https://waffle.io/Bloafer/dust-php/metrics/throughput)
