thefrosty / wp-utilities
A library containing my standard development resources
Installs: 12 538
Dependents: 8
Suggesters: 0
Security: 0
Stars: 18
Watchers: 2
Forks: 2
Open Issues: 5
Requires
- php: >=8.1
- ext-json: *
- ext-openssl: *
- jjgrainger/posttypes: ^2.2
- johnbillion/args: ^1.9
- psr/container: ^2.0
- symfony/http-foundation: ^6.0 || ^7.0
Requires (Dev)
- ext-simplexml: *
- dealerdirect/phpcodesniffer-composer-installer: ^1.0.0
- php-stubs/wordpress-stubs: ^6.4
- phpcompatibility/php-compatibility: ^9.3
- phpmd/phpmd: ^2.13
- phpunit/php-code-coverage: ^10
- phpunit/phpunit: ^10
- pimple/pimple: ^3.5
- roots/wordpress: ^6.4
- slevomat/coding-standard: ^8.8
- squizlabs/php_codesniffer: ^3.9
- szepeviktor/phpstan-wordpress: ^1.0
- wp-coding-standards/wpcs: dev-develop
- wp-phpunit/wp-phpunit: ^6.4
- yoast/phpunit-polyfills: ^2.0
Suggests
- jjgrainger/posttypes: Simple WordPress custom post types.
- dev-develop
- v3.4.1
- v3.4.0
- v3.3.1.2
- v3.3.1.1
- v3.3.1
- v3.3.0
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.0
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.4
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.0
- v2.5.2
- v2.5.1
- v2.5.0
- v2.5.0-RC2
- v2.5.0-RC1
- v2.4.2
- v2.4.2-RC1
- v2.4.1
- v2.4.1-RC1
- v2.4.0
- v2.3.0
- v2.3.0-RC1
- v2.2.1
- v2.2.0
- v2.2.0-RC1
- v2.1.0
- v2.1.0-RC2
- v2.1.0-RC1
- 2.0.0
- 1.9.1
- 1.8.0
- 1.7.2
- 1.7.0
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 0.2.2
- dev-thefrosty-patch-1
- dev-feature/WP-561/shortcode-api
This package is auto-updated.
Last update: 2024-11-12 18:57:58 UTC
README
A library containing my standard development resources to build high quality WordPress plugins.
Requirements
PHP >= 8.1
WordPress >= 6.1
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.3
Then follow examples in the Plugin README