PHPackages                             ristekusdi/wp-template - 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. ristekusdi/wp-template

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

ristekusdi/wp-template
======================

The skeleton application for the WordPress template.

v1.1.0(9mo ago)02MITPHPPHP ^8.2

Since Aug 4Pushed 9mo agoCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

WP Template
===========

[](#wp-template)

A scaffolding template to develop WordPress site with better security.

How to run?
-----------

[](#how-to-run)

Important

You must have install `wp-cli` in order to make this scaffolding work. You may use [curl](https://make.wordpress.org/cli/handbook/guides/installing/#recommended-installation) or \[Composer\](composer global require wp-cli/wp-cli-bundle) or [Homebrew](https://make.wordpress.org/cli/handbook/guides/installing/#installing-via-homebrew) to install `wp-cli`.

1. Create new project using Composer.

```
composer create-project ristekusdi/wp-template
```

2. Change directory to the project.

```
cd
```

3. Create env variable by copy the `.env.example` file.

```
cp .env.example .env
```

Then adjust values for:

- DB\_HOST
- DB\_NAME
- DB\_USER
- DB\_PASSWORD
- AUTH\_KEY
- SECURE\_AUTH\_KEY
- LOGGED\_IN\_KEY
- NONCE\_KEY
- AUTH\_SALT
- SECURE\_AUTH\_SALT
- LOGGED\_IN\_SALT
- NONCE\_SALT
- WP\_CACHE\_KEY\_SALT

4. Install composer dependencies.

```
composer install
```

5. Install WordPress with `wp` command.

> Note: Replace `DB_NAME`, `DB_USER`, `DB_PASSWORD`, `DB_HOST`, `SITE_URL`, and `SITE_TITLE` with actual value.

```
wp core download
wp db check 2>/dev/null || wp db create
wp core install --url= --title= --admin_user=admin --admin_password=password --admin_email=no-reply@unud.ac.id
wp server
```

Happy programming.

How to deploy?
--------------

[](#how-to-deploy)

The deployment use Deployer with GitLab CI/CD. You need to provide:

- A user named `deployer`. This user used for deployment CI/CD.
- SSH Private Key and Known Hosts. Please visit [ristekusdi/deploy-web-app](https://gitlab.unud.ac.id/ristekusdi/deploy-web-apps/-/tree/main/non-container?ref_type=heads#create-ssh-key-pair) to learn how to create it.
- Replace `` value in `deploy.php` with IP address server.
- Replace `` value in `deploy.php` with your domain name.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance57

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

282d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3293cfe74f788bfa4b383aed7015f8f875ed4232584a616725e4a10479bf9c42?d=identicon)[kresnasatya](/maintainers/kresnasatya)

---

Top Contributors

[![wardanaa](https://avatars.githubusercontent.com/u/33146622?v=4)](https://github.com/wardanaa "wardanaa (3 commits)")[![kresnasatya](https://avatars.githubusercontent.com/u/11099186?v=4)](https://github.com/kresnasatya "kresnasatya (2 commits)")

---

Tags

wordpresstemplateSkeleton

### Embed Badge

![Health badge](/badges/ristekusdi-wp-template/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)

PHPackages © 2026

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