PHPackages                             isfawwaz/wedangpress - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. isfawwaz/wedangpress

ActiveProject[Utility &amp; Helpers](/categories/utility)

isfawwaz/wedangpress
====================

Using Composer to manage complete WordPress Project

v1.1.0(5y ago)02MITPHP

Since Aug 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/isfawwaz/wedangpress)[ Packagist](https://packagist.org/packages/isfawwaz/wedangpress)[ RSS](/packages/isfawwaz-wedangpress/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (10)Versions (8)Used By (0)

Project Starter Wordpress
=========================

[](#project-starter-wordpress)

Digunakan untuk memulai projek website dengan framework Wordpress.

Instalasi
---------

[](#instalasi)

Pertama buat dulu personal token untuk mengakses github, klik [disini](https://gitlab.com/profile/personal_access_tokens)

Kemudian rubah config composer untuk gitlab, ketikan:

```
composer config --global --auth gitlab-token.gitlab.com
```

Selanjutnya gunakan project manager [composer](https://getcomposer.org/) untuk menginstall tools ini

```
composer create-project isfawwaz/wedangpress  --repository='{"type": "vcs", "url": "https://github.com/isfawwaz/wedangpress.git"}'
```

atau

```
composer create-project isfawwaz/wedangpress  --repository='{"type": "github", "url": "https://github.com/isfawwaz/wedangpress.git"}'
```

Pengaturan
----------

[](#pengaturan)

Sebelum mengedit pengaturan, sebaiknya jalankan perintah berikut:

```
composer install --optimize-autoloader
```

Pertama kali yang harus dilakukan adalah membuat file config, ada beberapa file dengan tujuan yang berbeda diataranya:

- `live-config.php` untuk kebutuhan live website
- `staging-config.php` untuk kebutuhan pada server stagging
- `local-config.php` untuk kebutuhan local development

Kamu bisa melihat contoh config yang harus dibuat pada file `dynamic-config-sample.php`, kemudian isikan value pada variable - variable yang ada

```
cp -i dynamic-config-sample.php
```

Install Wordpress
-----------------

[](#install-wordpress)

Pastikan di pc atau laptop kamu sudah terinstall [wp-cli](https://developer.wordpress.org/cli/)

```
wp core install --url=WEBURL --title="TITLE" --admin_user=USERNAME --admin_password=PASSWORD --admin_email=EMAIL
```

Update wordpress
----------------

[](#update-wordpress)

Pastikan di pc atau laptop kamu sudah terinstall [wp-cli](https://developer.wordpress.org/cli/)

```
wp core update
```

Buat Ulang Salt
---------------

[](#buat-ulang-salt)

Pastikan di pc atau laptop kamu sudah terinstall [wp-cli](https://developer.wordpress.org/cli/)

```
wp config shuffle-salts
```

Mengaktifkan Tema
-----------------

[](#mengaktifkan-tema)

Untuk mengaktifkan tema, jalankan perintah berikut:

```
wp theme activate batik
```

Update Plugin &amp; Tema
------------------------

[](#update-plugin--tema)

Edit `composer.json` dan rubah versi plugin ke versi terbaru

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

5

Last Release

1849d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/isfawwaz-wedangpress/health.svg)

```
[![Health](https://phpackages.com/badges/isfawwaz-wedangpress/health.svg)](https://phpackages.com/packages/isfawwaz-wedangpress)
```

PHPackages © 2026

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