PHPackages                             itinerisltd/preflight-extra - 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. itinerisltd/preflight-extra

ActiveWp-cli-package[Utility &amp; Helpers](/categories/utility)

itinerisltd/preflight-extra
===========================

Extra preflight-command checkers for professional developers.

0.3.1(7y ago)21631MITPHPPHP ^7.2

Since Aug 18Pushed 7y ago4 watchersCompare

[ Source](https://github.com/ItinerisLtd/preflight-extra)[ Packagist](https://packagist.org/packages/itinerisltd/preflight-extra)[ Docs](https://github.com/ItinerisLtd/preflight-extra)[ RSS](/packages/itinerisltd-preflight-extra/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (10)Versions (8)Used By (1)

itinerisltd/preflight-extra
===========================

[](#itinerisltdpreflight-extra)

[![Packagist Version](https://camo.githubusercontent.com/021bd001e70b7db0c30570d197a7920e1298bffdb5a34ddc817f08b0dccd6fc3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6974696e657269736c74642f707265666c696768742d65787472612e737667)](https://packagist.org/packages/itinerisltd/preflight-extra)[![PHP from Packagist](https://camo.githubusercontent.com/19166099987ca552df8ecf16ed271fe8038ac2e6f4748ca716d03fdbf15e1f6f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6974696e657269736c74642f707265666c696768742d65787472612e737667)](https://packagist.org/packages/itinerisltd/preflight-extra)[![Packagist Downloads](https://camo.githubusercontent.com/970e56eb192b14c38030106d2d59cde766c94330db6b53627631b6cfc1418415/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6974696e657269736c74642f707265666c696768742d65787472612e737667)](https://packagist.org/packages/itinerisltd/preflight-extra)[![GitHub License](https://camo.githubusercontent.com/dcf26d6a28585ae2d6226b718e7be356316c675a0fb547f19cf5809f9c5e1a9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6974696e657269736c74642f707265666c696768742d65787472612e737667)](https://github.com/ItinerisLtd/preflight-extra/blob/master/LICENSE)[![Hire Itineris](https://camo.githubusercontent.com/28070f6fe57ce0e650e45ceddf0f294c6ebb8e5248af50e801ed5d81026c076c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f486972652d4974696e657269732d6666363962342e737667)](https://www.itineris.co.uk/contact/)

Extra [preflight-command](https://github.com/ItinerisLtd/preflight-command) checkers for professional developers.

TODO: Write the readme!

### Installation

[](#installation)

```
$ wp package install itinerisltd/preflight-extra:@stable
```

### preflight.toml

[](#preflighttoml)

```
# Note: extra-expected-status-codes is experimental.
[extra-expected-status-codes]
enabled = true # Default is enabled.
[[extra-expected-status-codes.groups]]
  code = 404
  paths = [
    '/not-found',
  ]
[[extra-expected-status-codes.groups]]
  code = 200
  paths = [
    '/',
    '/hello-world',
  ]

[extra-production-home-url]
url = 'https://example.com'

[extra-production-site-url]
url = 'https://example.com/wp' # Maybe same as home URL

[extra-required-constants]
includes = [
  'WP_ENV',
  'MY_CONSTANT_A',
  'MY_CONSTANT_B',
]

[extra-required-packages]
includes = [
  'aaemnnosttv/wp-cli-login-command',
  'itinerisltd/preflight-yoast-seo',
]

[extra-required-plugins]
includes = [
  'sunny',
  'wp-cloudflare-guard',
]
```

### For Itineris Team

[](#for-itineris-team)

```
$ composer test
$ composer check-style
```

Pull requests without tests will not be accepted!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

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

Total

7

Last Release

2821d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/1f6b0052977c5b438b9677de0189a69e4c2aa7c945eedd76fa3adac30dab067c?d=identicon)[codepuncher](/maintainers/codepuncher)

---

Top Contributors

[![tangrufus](https://avatars.githubusercontent.com/u/2259834?v=4)](https://github.com/tangrufus "tangrufus (39 commits)")

---

Tags

best-practiceswp-cliwp-cli-packagewordpresswppreflightwp-clichecklist

### Embed Badge

![Health badge](/badges/itinerisltd-preflight-extra/health.svg)

```
[![Health](https://phpackages.com/badges/itinerisltd-preflight-extra/health.svg)](https://phpackages.com/packages/itinerisltd-preflight-extra)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[ffraenz/private-composer-installer

A composer install helper for private packages

2331.7M5](/packages/ffraenz-private-composer-installer)[tareq1988/wordpress-settings-api-class

WordPress settings API Abstraction Class

46611.1k3](/packages/tareq1988-wordpress-settings-api-class)[php-stubs/wp-cli-stubs

WP-CLI function and class declaration stubs for static analysis.

302.3M79](/packages/php-stubs-wp-cli-stubs)[proteusthemes/wp-customizer-utilities

Advanced WordPress customizer controls and settings for better user experience.

329.4k1](/packages/proteusthemes-wp-customizer-utilities)[typisttech/wp-option-store

Extending WordPress Options API, read options from places other than database, the OOP way

1517.3k2](/packages/typisttech-wp-option-store)

PHPackages © 2026

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