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

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

itinerisltd/preflight-itineris
==============================

Extra preflight-command checkers for Itineris projects.

0.2.0(7y ago)2148[1 issues](https://github.com/ItinerisLtd/preflight-itineris/issues)MITPHPPHP ^7.2

Since Aug 20Pushed 7y ago3 watchersCompare

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

READMEChangelogDependencies (7)Versions (7)Used By (0)

itinerisltd/preflight-itineris
==============================

[](#itinerisltdpreflight-itineris)

[![Packagist Version](https://camo.githubusercontent.com/0ab58a9f7182f69e6390d398578d2d9311b9fc0966bf4c1bcb4821580297736c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6974696e657269736c74642f707265666c696768742d6974696e657269732e737667)](https://packagist.org/packages/itinerisltd/preflight-itineris)[![PHP from Packagist](https://camo.githubusercontent.com/a2a9ccc656d06eefbc2b19a24d23b3eaa24841886666ac289792780bf5655f62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6974696e657269736c74642f707265666c696768742d6974696e657269732e737667)](https://packagist.org/packages/itinerisltd/preflight-itineris)[![Packagist Downloads](https://camo.githubusercontent.com/3f39bb15e4bf777ec013cd4d1c319b43bb61735cf1f59e3c22d11f122d72578d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6974696e657269736c74642f707265666c696768742d6974696e657269732e737667)](https://packagist.org/packages/itinerisltd/preflight-itineris)[![GitHub License](https://camo.githubusercontent.com/f61587bf740def36f9dd6de8da9b007cec448e57560c5b84f0b15554cef139ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6974696e657269736c74642f707265666c696768742d6974696e657269732e737667)](https://github.com/ItinerisLtd/preflight-itineris/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 [Itineris](https://www.itineris.co.uk/) projects.

**This package only make sense for Itineris projects. Abort immediately!**

What is this?
-------------

[](#what-is-this)

This package adds the followings to Itineris projects so that you don't need to copy and paste:

- [custom checkers](./src/Checkers)
- [common config](./config/itineris.toml)
- *bundle* other [`itinerisltd/preflight-xxx` packages](./composer.json)

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

[](#installation)

### 1A. WP CLI - Kinsta

[](#1a-wp-cli---kinsta)

[Kinsta](https://bit.ly/kinsta-wp-cli-v2) still using WP CLI v1.x. Contact [Kinsta](https://bit.ly/kinsta-wp-cli-v2) support team to upgrade your site's WP CLI to v2. (It might take a few hours)

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

### 1B. WP CLI - AWS

[](#1b-wp-cli---aws)

Merge [itinerisltd/trellis-aws](http://github.com/itinerisltd/trellis-aws) master, then re-provision.

### 2. Bedrock

[](#2-bedrock)

This means `/config/preflight.toml`:

```
// /config/application.php

Config::define('PREFLIGHT_DIR', __DIR__);

// Not recommanded. Update Bedrock!!!!
// In case you are using an old Bedrock without roots/wp-config:
define('PREFLIGHT_DIR', __DIR__);
```

### 3. preflight.toml

[](#3-preflighttoml)

Copy this to `/config/preflight.toml`:

```
# /config/preflight.toml

# Use TOML v0.4.0 syntax
# See: https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md

# TOML v0.5.0 not yet supported

###########################################################
#                                                         #
#     If you disable or change checker options,           #
#     you must write comments explaining the reasons!     #
#                                                         #
###########################################################

# Use expected production URL (i.e: client's doamin)
# Starts with 'https://'
[extra-production-home-url]
url = 'https://preflightcommand.com' # TODO

[extra-production-site-url]
url = 'https://preflightcommand.com/wp' # TODO
```

Usage
-----

[](#usage)

```
$ wp help preflight
$ wp help preflight

# List all checkers
$ wp preflight checklist

# List all .toml config files
$ wp preflight config paths

# Validate all .toml config files
$ wp preflight config validate

# Run the checks
$ wp preflight check

# More info
$ wp preflight check --fields=id,status,message,description,link

# Print in yaml, for smaller screens
$ wp preflight check --fields=id,description,link,status,messages --format=yaml

# See all check options
$ wp help preflight check
```

Plugins
-------

[](#plugins)

These plugins *inject* their checks automatically (no installation needed):

-
-

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

4

Last Release

2819d 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 (16 commits)")

---

Tags

wordpresswppreflightwp-clichecklist

### Embed Badge

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

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

###  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)
