syntatis / wp-plugin-readme-parser
Retrieve information from WordPress plugin readme files
v3.0.0
2025-08-03 06:39 UTC
Requires
- php: ^7.4 || ^8.0
- michelf/php-markdown: ^2.0
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.1
- phpcompatibility/php-compatibility: ^9.3
- phpunit/phpunit: ^6.5 || ^7.5 || ^7.5 || ^9.6 || ^10.5
- rector/rector: ^2.1
- roots/wordpress: ^6.8
- syntatis/coding-standard: ^2.0
- wp-phpunit/wp-phpunit: ^6.8
- yoast/phpunit-polyfills: ^4.0
README
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.