Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[![ci](https://github.com/syntatis/wp-plugin-readme-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/syntatis/wp-plugin-readme-parser/actions/workflows/ci.yml)
![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/syntatis/wp-plugin-readme-parser/php?color=%237A86B8)

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](https://github.com/WordPress/wordpress.org/tree/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory), but with a few modifications to make it compatible with a wider range of PHP versions.
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](https://github.com/WordPress/wordpress.org/tree/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme), but with a few modifications to make it compatible with a wider range of PHP versions.