PHPackages                             quioteframework/xslt - 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. quioteframework/xslt

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

quioteframework/xslt
====================

XSLT (.xsl) template renderer for Quiote, built on ext-xsl/ext-dom.

v3.1.0(1mo ago)011—0%2MITPHPPHP &gt;=8.5.0

Since Jul 4Pushed 1mo agoCompare

[ Source](https://github.com/quioteframework/xslt)[ Packagist](https://packagist.org/packages/quioteframework/xslt)[ Docs](https://github.com/quioteframework/xslt)[ RSS](/packages/quioteframework-xslt/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (6)Versions (15)Used By (2)

quioteframework/xslt
====================

[](#quioteframeworkxslt)

XSLT (`.xsl`) template renderer for [Quiote](https://github.com/quioteframework/quiote), built on `ext-xsl`/`ext-dom` (no external library dependency).

Install
-------

[](#install)

```
composer require quioteframework/xslt

```

Enable
------

[](#enable)

Add a `renderer` entry to the output type(s) that should use XSLT in your app's `output_types.xml`:

```

```

How it renders
--------------

[](#how-it-renders)

The stylesheet (the `.xsl` file resolved via the layer) transforms an XML document built from `$moreAssigns['inner']` (either a `DOMDocument` or an XML string). Each scalar/`Stringable` template attribute is passed through as a top-level XSLT parameter.

By default (`envelope` parameter, on by default) the inner document and every rendered slot are wrapped into one synthetic document under the `http://quiote.org/quiote/renderer/xslt/envelope/1.0` namespace:

```

    ...

        ...

```

This lets a stylesheet pull slot markup via XPath, which a plain XSLT string parameter can't carry. Set `envelope` to `false` to skip the wrapper and transform `inner` directly — slots aren't available in that mode (XSLT string parameters can't safely carry arbitrary markup).

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance91

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

14

Last Release

13d ago

Major Versions

v1.2.4 → v2.0.12026-07-10

v2.0.1 → v3.0.02026-07-10

v3.1.0 → v4.0.0-RC12026-08-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb797c6fce78d07eb743846f7940d790f425831024c283cdfed7dd02d9bcac69?d=identicon)[markus\_saakeli](/maintainers/markus_saakeli)

---

Top Contributors

[![horros](https://avatars.githubusercontent.com/u/464166?v=4)](https://github.com/horros "horros (2 commits)")

---

Tags

templaterendererxsltquiote

### Embed Badge

![Health badge](/badges/quioteframework-xslt/health.svg)

```
[![Health](https://phpackages.com/badges/quioteframework-xslt/health.svg)](https://phpackages.com/packages/quioteframework-xslt)
```

###  Alternatives

[phpoffice/phpword

PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)

7.6k40.7M268](/packages/phpoffice-phpword)[rize/uri-template

PHP URI Template (RFC 6570) supports both expansion &amp; extraction

418153.8M67](/packages/rize-uri-template)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
