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
- Host: GitHub
- URL: https://github.com/syntatis/wp-plugin-readme-parser
- Owner: syntatis
- License: gpl-2.0
- Created: 2024-04-11T14:57:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:15:39.000Z (over 1 year ago)
- Last Synced: 2024-10-29T12:17:44.998Z (over 1 year ago)
- Topics: parser, readme, wordpress-plugin
- Language: PHP
- Homepage: https://packagist.org/packages/syntatis/wp-plugin-readme-parser
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
📦 wp-plugin-readme-parser
Retrieve information from WordPress plugin readme files
 [](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.