thefrosty / wp-utilities
A library containing my standard development resources
v3.12.0
2026-05-28 19:17 UTC
Requires
- php: >=8.4
- ext-json: *
- ext-openssl: *
- blakvghost/php-validator: ^2.3
- jjgrainger/posttypes: ^2.2
- johnbillion/args: ^2.1
- oscarotero/env: ^2.1
- psr/container: ^2.0
- symfony/http-foundation: ^7.4 || ^8.0
Requires (Dev)
- ext-simplexml: *
- dealerdirect/phpcodesniffer-composer-installer: ^1.0.0
- php-stubs/wordpress-stubs: ^7.0
- phpcompatibility/php-compatibility: ^9.3
- phpunit/php-code-coverage: ^11
- phpunit/phpunit: ^11.1
- pimple/pimple: ^3.5
- roots/wordpress: ^7.0
- slevomat/coding-standard: ^8.18
- squizlabs/php_codesniffer: ^3.9
- szepeviktor/phpstan-wordpress: ^2.0
- wp-coding-standards/wpcs: ^3.1
- wp-phpunit/wp-phpunit: ^7.0
- yoast/phpunit-polyfills: ^4.0
Suggests
- htmlburger/carbon-fields: WordPress Custom Fields Library.
- illuminate/encryption: Laravel level encryption & decryption.
- jjgrainger/posttypes: Simple WordPress custom post types.
- yahnis-elsts/plugin-update-checker: A custom update checker for WordPress plugins.
This package is auto-updated.
Last update: 2026-06-20 22:39:38 UTC
README
A library containing my standard development resources to build high quality WordPress plugins.
Requirements
PHP >= 8.4
WordPress >= 6.8
The required WordPress version will always be the most recent point release of the previous major release branch.
For both PHP and WordPress requirements, although this library may work with a version below the required versions, they will not be supported and any compatibility is entirely coincidental.
Installation
To install this library, use Composer:
composer require thefrosty/wp-utilities:^3.12
Then follow examples in the Plugin README
