Download the PHP package renventura/wp-package-parser without Composer
On this page you can find all versions of the php package renventura/wp-package-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wp-package-parser
WP Package Parser
A PHP library for parsing WordPress plugin and theme metadata. Point it at a ZIP package and it will:
- Tell you whether it contains a plugin or a theme.
- Give you the metadata from the comment header (Version, Description, Author URI, etc).
- Parse readme.txt into a list of headers and sections.
- Convert readme.txt contents from Markdown to HTML.
Installation
It is recommended to install the composer package.
Basic usage
Extract plugin metadata:
Sample output:
Extract theme metadata:
Sample output:
Requirements
PHP >= 8.0.
Credits
This was forked from tutv/wp-package-parser. The original project was not updated for many years. I forked it, and modernized it for compatibility with:
- PHP8+
- PHPUnit v9.6
- Improved coding standards
- Composer autoloading
- GitHub Actions for automated CI testing
All original licensing remains the same. Many thanks to @tutv for his contributions.
All versions of wp-package-parser with dependencies
PHP Build Version
Package Version
The package renventura/wp-package-parser contains the following files
Loading the files please wait ....