Download the PHP package tutv95/wp-package-parser without Composer
On this page you can find all versions of the php package tutv95/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
Include wp-package-parser.php
or install the composer package.
Basic usage
Extract plugin metadata:
Sample output:
Extract theme metadata:
Sample output:
Requirements
PHP 5.4.
Credits
Partially based on plugin header parsing code from the WordPress core.
All versions of wp-package-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package tutv95/wp-package-parser contains the following files
Loading the files please wait ....