PHPackages                             wmde/php-vuejs-templating - 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. wmde/php-vuejs-templating

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

wmde/php-vuejs-templating
=========================

PHP implementation of Vue.js templating engine

2.1.0(1y ago)3043.8k↑14.3%7[1 issues](https://github.com/wmde/php-vuejs-templating/issues)[2 PRs](https://github.com/wmde/php-vuejs-templating/pulls)2LGPL-2.1-onlyPHPPHP &gt;=7.2CI passing

Since May 4Pushed 2w ago19 watchersCompare

[ Source](https://github.com/wmde/php-vuejs-templating)[ Packagist](https://packagist.org/packages/wmde/php-vuejs-templating)[ RSS](/packages/wmde-php-vuejs-templating/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (2)Versions (25)Used By (2)

VueJS templating implementation in PHP
======================================

[](#vuejs-templating-implementation-in-php)

Simple PHP implementation of the [Vue Template](https://vuejs.org/guide/essentials/template-syntax.html) renderer.

The library has been created to be used for rendering templates in the [Wikibase Lexeme extension](https://www.mediawiki.org/wiki/Extension:WikibaseLexeme). It intentionally covers only a subset of Vue Template syntax that is used by the Wikibase Lexeme extension. It is not going to cover all elements of Vue Template language.

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

[](#installation)

The recommended way of installing the library is using [Composer](https://getcomposer.org), e.g. by adding the following line to the `require` section of the `composer.json` file:

```
	"wmde/php-vuejs-templating": "^2.0.0"

```

Tests
-----

[](#tests)

The library comes with a set of PHPUnit tests, that include unit tests of library elements (`tests/php` directory), and also integration tests of rendering the template syntax elements used in the Wikibase Lexeme extension (`tests/integration` directory).

Tests could run by executing `composer phpunit` command.

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance75

Regular maintenance activity

Popularity41

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~164 days

Recently: every ~75 days

Total

19

Last Release

17d ago

Major Versions

1.1.0 → 2.0.02022-11-07

PHP version history (3 changes)1.0.0PHP &gt;=5.5.9

1.0.3PHP &gt;=7.2

2.2.0-beta.1PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/054adb441e7ee248ec924bc45fa793835c284710eb31627587fa5de21bab9e96?d=identicon)[wmde](/maintainers/wmde)

![](https://www.gravatar.com/avatar/d6bcf38f15ab0b990ee4f042aa93bfa76e920123b41cc9c62515d5689f6af790?d=identicon)[tobijat](/maintainers/tobijat)

![](https://www.gravatar.com/avatar/fa639dd19c064dd289ce8ad58b0608ef0d8af07d2ca9371d36581068fc0306d0?d=identicon)[lucaswerkmeister](/maintainers/lucaswerkmeister)

![](https://www.gravatar.com/avatar/6bb9749872139793a2d44e16da37ff6840352ffa175b3f9aca230314c95f88c7?d=identicon)[tarrow\_WMDE](/maintainers/tarrow_WMDE)

---

Top Contributors

[![bekh6ex](https://avatars.githubusercontent.com/u/4264331?v=4)](https://github.com/bekh6ex "bekh6ex (41 commits)")[![lucaswerkmeister](https://avatars.githubusercontent.com/u/2346599?v=4)](https://github.com/lucaswerkmeister "lucaswerkmeister (35 commits)")[![codders](https://avatars.githubusercontent.com/u/17782?v=4)](https://github.com/codders "codders (17 commits)")[![manicki](https://avatars.githubusercontent.com/u/3524114?v=4)](https://github.com/manicki "manicki (14 commits)")[![thiemowmde](https://avatars.githubusercontent.com/u/6576639?v=4)](https://github.com/thiemowmde "thiemowmde (9 commits)")[![micgro42](https://avatars.githubusercontent.com/u/7372507?v=4)](https://github.com/micgro42 "micgro42 (8 commits)")[![yerdua](https://avatars.githubusercontent.com/u/1222891?v=4)](https://github.com/yerdua "yerdua (7 commits)")[![mahmoud-abdelsattar-wmde](https://avatars.githubusercontent.com/u/230161934?v=4)](https://github.com/mahmoud-abdelsattar-wmde "mahmoud-abdelsattar-wmde (5 commits)")[![itamargiv](https://avatars.githubusercontent.com/u/6132917?v=4)](https://github.com/itamargiv "itamargiv (5 commits)")[![mariushoch](https://avatars.githubusercontent.com/u/2446964?v=4)](https://github.com/mariushoch "mariushoch (5 commits)")[![addshore](https://avatars.githubusercontent.com/u/3308769?v=4)](https://github.com/addshore "addshore (4 commits)")[![reedy](https://avatars.githubusercontent.com/u/67615?v=4)](https://github.com/reedy "reedy (2 commits)")[![jakobw](https://avatars.githubusercontent.com/u/453024?v=4)](https://github.com/jakobw "jakobw (1 commits)")[![Ladsgroup](https://avatars.githubusercontent.com/u/5351225?v=4)](https://github.com/Ladsgroup "Ladsgroup (1 commits)")[![JonasKress](https://avatars.githubusercontent.com/u/13198391?v=4)](https://github.com/JonasKress "JonasKress (1 commits)")[![wiese](https://avatars.githubusercontent.com/u/167557?v=4)](https://github.com/wiese "wiese (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wmde-php-vuejs-templating/health.svg)

```
[![Health](https://phpackages.com/badges/wmde-php-vuejs-templating/health.svg)](https://phpackages.com/packages/wmde-php-vuejs-templating)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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