https://github.com/siteoptimo/wp-plugin-parser
Parse WordPress plugin zip-files to extract a plugin's metadata.
https://github.com/siteoptimo/wp-plugin-parser
wordpress wordpress-php-library
Last synced: about 2 months ago
JSON representation
Parse WordPress plugin zip-files to extract a plugin's metadata.
- Host: GitHub
- URL: https://github.com/siteoptimo/wp-plugin-parser
- Owner: siteoptimo
- Created: 2017-02-13T12:16:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T12:34:07.000Z (about 9 years ago)
- Last Synced: 2025-08-16T11:55:56.133Z (7 months ago)
- Topics: wordpress, wordpress-php-library
- Language: PHP
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WordPress Plugin Parser
=======================
Parse WordPress plugin zip-files to extract a plugin's metadata.
Installation
------------
```bash
composer require siteoptimo/wp-plugin-parser
```
Usage
-----
```php
getName() . ':';
var_dump($plugin);
} catch(\SiteOptimo\WpPluginParser\Exception\WpPluginParserException $e) {
// Handle exception.
}
```