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. [Framework](/categories/framework)
4. /
5. maratib/wp-theme

ActiveLibrary[Framework](/categories/framework)

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

WP-Theme

v0.0.2(10mo ago)02PHP

Since Aug 22Pushed 10mo 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 today

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

23

—

LowBetter than 26% of packages

Maintenance54

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

315d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2794502?v=4)[Maratib Ali Khan](/maintainers/maratib)[@maratib](https://github.com/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)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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