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

ActiveLibrary

maratib/wp-theme
================

WP-Theme

v0.0.2(8mo ago)02PHP

Since Aug 22Pushed 8mo agoCompare

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

READMEChangelog (2)DependenciesVersions (3)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)

#### Install with Composer:

[](#install-with-composer)

```
composer create-project maratib/wp-theme my-theme
```

#### Manual Installation:

[](#manual-installation)

```
git clone https://github.com/maratib/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)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance58

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity27

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

Every ~0 days

Total

2

Last Release

268d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/48e4a8b2e1cfaa06a144f7ff2aaef1e950c7509e7236dda82617b89a5a2c17e8?d=identicon)[maratib](/maintainers/maratib)

---

Top Contributors

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

---

Tags

block-theme

### Embed Badge

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

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

PHPackages © 2026

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