syntatis / wp-plugin-readme-parser
Retrieve information from WordPress plugin readme files
v2.1.0
2024-07-21 06:57 UTC
Requires
- php: >=7.0
- michelf/php-markdown: ^1.0
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- phpcompatibility/php-compatibility: ^9.3
- phpunit/phpunit: ^6.5 || ^7.5 || ^7.5 || ^9.6 || ^10.5 || ^11
- rector/rector: 0.17.10
- roots/wordpress: ^6.6
- syntatis/coding-standard: ^1.3
- wp-phpunit/wp-phpunit: ^6.6
- yoast/phpunit-polyfills: ^2.0
This package is auto-updated.
Last update: 2024-11-17 07:02:36 UTC
README
📦 wp-plugin-readme-parserRetrieve information from WordPress plugin readme files
This package may be used to parse the readme.txt
or readme.md
file of a WordPress plugin to extract metadata about the plugin, such as the plugin name, required PHP version, tested, and description. It is derived directly from the WordPress.org's readme parser, but with a few modifications to make it compatible with a wider range of PHP versions.