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

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

gormus/wordpress
================

WordPress managed via Composer.

1.0.0(6y ago)05GPL-2.0-or-laterPHP

Since Sep 15Pushed 6y agoCompare

[ Source](https://github.com/gormus/wordpress)[ Packagist](https://packagist.org/packages/gormus/wordpress)[ RSS](/packages/gormus-wordpress/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

WordPress
=========

[](#wordpress)

**This is a WordPress project managed via Composer**

This project serves as an example, and a baseline for Composer managed WordPress projects.

It's built using [John P. Bloch's composer-ized WordPress mirror](https://github.com/johnpbloch/wordpress-core) for the core; [WordPress Packagist](https://wpackagist.org/) for registered WordPress plugins, and themes; and oomphinc/composer-installers-extender package for custom installation path support.

Besides the WordPress core, following also added as minimalist examples:

- [Classic Editor](https://wordpress.org/plugins/classic-editor/) plugin.
- [cweagans/composer-patches](https://packagist.org/packages/cweagans/composer-patches) to apply patches via Composer.
- [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer), and [WordPress coding standards](https://github.com/WordPress/WordPress-Coding-Standards).

Installation
------------

[](#installation)

```
composer create-project gormus/wordpress your_folder
```

PHP\_CodeSniffer
----------------

[](#php_codesniffer)

The first time this project is installed, [WordPress coding standards](https://github.com/WordPress/WordPress-Coding-Standards#rulesets) are installed as well. They can also be installed via following command: `composer run-script install-codestandards`

Try running `./vendor/bin/phpcs -i` to list all installed standards; following should be listed in the output: *WordPress*, *WordPress-Extra*, *WordPress-Docs* and *WordPress-Core*.

The installed code sniffer, and standards can be used either via Composer, in shell scripts, or even in your favorite IDE. Here are a few examples:

**Run PHP\_CodeSniffer in current directory using *WordPress* standard:**

`composer run phpcs .`

**Fix *wp-config.local.php* file using *WordPress* standard:**

`composer run phpcbf wp-config.local.php`

**Configure Visual Studio Code and [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) plugin to use *WordPress* standard**

```
{
    "phpcs.standard": "./vendor/wp-coding-standards/wpcs/WordPress/ruleset.xml"
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

2434d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/416ea968d995f2780ebbd8f3be3cb7cf358c32051099522dae7ce8b28c50417f?d=identicon)[gormus](/maintainers/gormus)

---

Top Contributors

[![gormus](https://avatars.githubusercontent.com/u/291025?v=4)](https://github.com/gormus "gormus (5 commits)")

---

Tags

composercomposer-projectphpwordpress

### Embed Badge

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

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

###  Alternatives

[johnpbloch/wordpress

WordPress is open source software you can use to create a beautiful website, blog, or app.

6079.5M471](/packages/johnpbloch-wordpress)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[farmos/farmos

A web-based farm record keeping application.

1.2k6.7k1](/packages/farmos-farmos)[wingsuit-designsystem/wingsuit-kickstarter

Starterkit for Wingsuit and Layout Builder.

131.2k](/packages/wingsuit-designsystem-wingsuit-kickstarter)

PHPackages © 2026

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