PHPackages                             unl/php-wdn-templates - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. unl/php-wdn-templates

ActiveLibrary[Templating &amp; Views](/categories/templating)

unl/php-wdn-templates
=====================

A PHP library for rendering the UNL templates

v6.0.1(1mo ago)75.5k↓79.2%6BSD-3-ClauseHTMLPHP &gt;=8.1CI failing

Since Oct 8Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/unl/phpunltemplates)[ Packagist](https://packagist.org/packages/unl/php-wdn-templates)[ Docs](http://wdn.unl.edu/)[ RSS](/packages/unl-php-wdn-templates/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (4)Versions (23)Used By (0)

PHP WDN Templates
=================

[](#php-wdn-templates)

[![Build Status](https://camo.githubusercontent.com/6c5ee084976a1276324d8c4b13fb1f22d8005572daa602c2f1c6e183fa74406e/68747470733a2f2f7472617669732d63692e6f72672f756e6c2f706870756e6c74656d706c617465732e737667)](https://travis-ci.org/unl/phpunltemplates)[![Coverage Status](https://camo.githubusercontent.com/eb098878777f489cde827efcdc31f53e7a40f5003abb645143d1892b53d07c81/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f756e6c2f706870756e6c74656d706c617465732f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/unl/phpunltemplates?branch=master)

The UNL HTML Templates as a PHP library

This package allows you to render UNL Template styled pages using PHP Objects.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.5

Example
-------

[](#example)

- Navigate to your web root
- Create a `composer.json` file with:

```
{
  "require": {
    "unl/php-wdn-templates": "5.1.*"
  }
}

```

- Run the following commands

```
curl -sS https://getcomposer.org/installer | php
php composer.phar install
```

- Create an `index.php` file with

```
