Download the PHP package capevace/wp-package-parser without Composer
On this page you can find all versions of the php package capevace/wp-package-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download capevace/wp-package-parser
More information about capevace/wp-package-parser
Files in capevace/wp-package-parser
Download capevace/wp-package-parser
More information about capevace/wp-package-parser
Files in capevace/wp-package-parser
Vendor capevace
Package wp-package-parser
Short Description A PHP library for parsing WordPress plugin and theme metadata.
License MIT
Package wp-package-parser
Short Description A PHP library for parsing WordPress plugin and theme metadata.
License MIT
Please rate this library. Is it a good library?
Informations about the package wp-package-parser
WordPress Package Parser
Attention
This library is YahnisElsts's wp-extension-meta simply put into a composer package to be used in mordern PHP development. All I've added are some tests and modified some parts, so they'll work as a composer package.
All other credits to YahnisElsts!
Description
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 (optional).
Usage
To install simply
Now you're able to use the parser!
Sample Output
Credits
Base code from YahnisElsts. 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
michelf/php-markdown Version
^1.8
The package capevace/wp-package-parser contains the following files
Loading the files please wait ....