PHPackages                             webpup/wp-theme - 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. webpup/wp-theme

ActiveWordpress-theme[Templating &amp; Views](/categories/templating)

webpup/wp-theme
===============

A wordpress starter theme with blade templating

v0.0.1(1y ago)02MITPHPPHP ^7.4|^8.0

Since Apr 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webpup/wp-theme)[ Packagist](https://packagist.org/packages/webpup/wp-theme)[ RSS](/packages/webpup-wp-theme/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (1)Used By (0)

WP-Theme
========

[](#wp-theme)

#### Wordpress starter theme with FSE, Block theme, TailwindCSS and Vite

[](#wordpress-starter-theme-with-fse-block-theme-tailwindcss-and-vite)

### Installation

[](#installation)

```
git clone https://github.com/webpup/wp-theme.git
cd wp-theme
npm install
# Rename env.example to .env
# Do setup .env according to your environments

```

### HRM - Livereload setup

[](#hrm---livereload-setup)

```
# wp-config.php add the following for local development setup only

# /* That's all, stop editing! Happy publishing. */
define('WP_ENV', 'development');
```

### Add Custom Fonts

[](#add-custom-fonts)

```
/* style.css */
@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope/Manrope-VariableFont_wght.woff2") format("woff2"),
    format("woff2");
}

/* howto use it in tailwindcss */
@theme {
  --font-manrope-regular: "Manrope", serif;
}

h1 {
  @apply text-6xl text-green-500 font-manrope-regular leading-none;
}
```

Docs
----

[](#docs)

[webpup.github.io/wp-theme](https://webpup.github.io/wp-theme)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance49

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

391d ago

### Community

Maintainers

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

---

Top Contributors

[![maratib](https://avatars.githubusercontent.com/u/2794502?v=4)](https://github.com/maratib "maratib (10 commits)")

---

Tags

phplaravelwordpressbladetemplatecontrollersviewtemplate enginerenderwordpress-theme

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/webpup-wp-theme/health.svg)

```
[![Health](https://phpackages.com/badges/webpup-wp-theme/health.svg)](https://phpackages.com/packages/webpup-wp-theme)
```

###  Alternatives

[jenssegers/blade

The standalone version of Laravel's Blade templating engine for use outside of Laravel.

8661.2M109](/packages/jenssegers-blade)[fiskhandlarn/blade

A library for using Laravel Blade templates in WordPress/WordPlate.

365.8k](/packages/fiskhandlarn-blade)[leitsch/kirby-blade

Enable Laravel Blade Template Engine for Kirby 4 and Kirby 5

219.2k](/packages/leitsch-kirby-blade)

PHPackages © 2026

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