PHPackages                             jaroslawzielinski/wordpress4warden - 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. jaroslawzielinski/wordpress4warden

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

jaroslawzielinski/wordpress4warden
==================================

Wordpress 4.x Warden project

1.1.6(2y ago)052MITShell

Since Jan 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/JaroslawZielinski/wordpress4warden)[ Packagist](https://packagist.org/packages/jaroslawzielinski/wordpress4warden)[ Fund](https://www.buymeacoffee.com/jaroslawzielinski)[ RSS](/packages/jaroslawzielinski-wordpress4warden/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (26)Used By (0)

wordpress4warden
================

[](#wordpress4warden)

Wordpress 4.x Warden project

[!["Buy Me A Coffee"](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/jaroslawzielinski)

How to use shell commands
=========================

[](#how-to-use-shell-commands)

in [packagist](https://packagist.org/packages/jaroslawzielinski/wordpress4warden)

```
cd YourProject
composer require --dev jaroslawzielinski/wordpress4warden
sh vendor/jaroslawzielinski/wordpress4warden/setup.sh
cp .env.dist .env
make init
make wordpress-install

```

delete file `wp-config.php`

run your url and setup wordpress. Copy all of the secret values from new created `wp-config.php` to .env file after successful installation.

and finally

```
make docker-down init

```

If encounter any problem with database:
=======================================

[](#if-encounter-any-problem-with-database)

### Connect to MySQL (via localhost) [after](https://stackoverflow.com/questions/1559955/host-xxx-xx-xxx-xxx-is-not-allowed-to-connect-to-this-mysql-server#answer-22605418)

[](#connect-to-mysql-via-localhost-after)

```
mysql -uroot -p
```

If the MySQL server is running in Kubernetes (K8s) and being accessed via a NodePort

```
kubectl exec -it [pod-name] -- /bin/bash
mysql -uroot -p
```

### Create user

[](#create-user)

```
CREATE USER 'user'@'%' IDENTIFIED BY 'password';
```

### Grant permissions

[](#grant-permissions)

```
GRANT ALL PRIVILEGES ON *.* TO 'user'@'%' WITH GRANT OPTION;
```

### Flush privileges

[](#flush-privileges)

```
FLUSH PRIVILEGES;
```

Enjoy Your Wordpress World!

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Recently: every ~0 days

Total

25

Last Release

730d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15120739?v=4)[Jarosław Zieliński](/maintainers/JaroslawZielinski)[@JaroslawZielinski](https://github.com/JaroslawZielinski)

### Embed Badge

![Health badge](/badges/jaroslawzielinski-wordpress4warden/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.3k](/packages/vinkla-wordplate)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

43785.5k4](/packages/lullabot-drainpipe)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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