An open API service indexing awesome lists of open source software.

https://github.com/syntatis/wp-plugin-readme-parser

⚗️ Retrieve information from WordPress plugin readme files
https://github.com/syntatis/wp-plugin-readme-parser

parser readme wordpress-plugin

Last synced: 8 months ago
JSON representation

⚗️ Retrieve information from WordPress plugin readme files

Awesome Lists containing this project

README

          



📦 wp-plugin-readme-parser

Retrieve information from WordPress plugin readme files


![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/syntatis/wp-plugin-readme-parser/php) [![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)

---

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.