PHPackages                             ezkimo/xslt-template-engine - 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. ezkimo/xslt-template-engine

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

ezkimo/xslt-template-engine
===========================

A simple XSLT view renderer processing XSL templates with XML data

32PHPCI failing

Since Mar 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ezkimo/xslt-template-engine)[ Packagist](https://packagist.org/packages/ezkimo/xslt-template-engine)[ RSS](/packages/ezkimo-xslt-template-engine/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

xslt-template-engine
====================

[](#xslt-template-engine)

This is a simple PHP renderer class, which consumes XML data and renders XSL templates

Installation
------------

[](#installation)

Run the following to install this library:

```
$ composer require ezkimo/xslt-template-engine
```

Example
-------

[](#example)

This example assumes a PSR-4 autoloader and shows how to use XML data with an XSL template. This example is also included in the example folder.

```
