PHPackages                             vatu/project-wordpress - 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. vatu/project-wordpress

ActiveProject

vatu/project-wordpress
======================

Starter WordPress project from Vatu.

3602[1 issues](https://github.com/vatu-team/project-wordpress/issues)[4 PRs](https://github.com/vatu-team/project-wordpress/pulls)PHPCI passing

Since Apr 3Pushed 1mo agoCompare

[ Source](https://github.com/vatu-team/project-wordpress)[ Packagist](https://packagist.org/packages/vatu/project-wordpress)[ RSS](/packages/vatu-project-wordpress/feed)WikiDiscussions trunk Synced 1mo ago

READMEChangelogDependenciesVersions (16)Used By (0)

Project WordPress
=================

[](#project-wordpress)

Starter WordPress project from Vatu.

Creating a WordPress Project
----------------------------

[](#creating-a-wordpress-project)

### Installing PHP, Node

[](#installing-php-node)

Before creating your WordPress Project, make sure that your local machine has Git, PHP, Composer, and Node installed.

### Create a Project

[](#create-a-project)

With PHP and Composer installed on your local machine run, substituting `{project-name}` for your new projects name.

```
composer create-project vatu/project-wordpress {project-name} -s dev
```

It can also be create using docker.

```
docker run --rm --interactive --tty --volume $PWD:/app composer create-project vatu/project-wordpress {project_name} -s dev
```

### Renaming the Project

[](#renaming-the-project)

1. Change the project name references in `readme.md`
2. Change the project name references in `package.json`

### Initial Configuration

[](#initial-configuration)

Create a `.env` files based off `example.env` and populate with your locat environment values.

```
php -r "copy('example.env', '.env');"
```

Contact
-------

[](#contact)

Vatu - [info@vatu.co.uk](info@vatu.co.uk)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance53

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (170 commits)")[![michaelbragg](https://avatars.githubusercontent.com/u/1015212?v=4)](https://github.com/michaelbragg "michaelbragg (95 commits)")[![dmpinder](https://avatars.githubusercontent.com/u/4732147?v=4)](https://github.com/dmpinder "dmpinder (7 commits)")

---

Tags

wordpress

### Embed Badge

![Health badge](/badges/vatu-project-wordpress/health.svg)

```
[![Health](https://phpackages.com/badges/vatu-project-wordpress/health.svg)](https://phpackages.com/packages/vatu-project-wordpress)
```

PHPackages © 2026

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