This package is a PHP wrapper for the Wordpress.org API.
You can install the package via composer:
composer require darkgoldblade01/wordpress-api-php
$wordpressApi = new WordpressApi();
// Core Information
$wordpressApi->core();
// Plugin Information
$wordpressApi->plugin();
// Theme Information
$wordpressApi->theme();
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please use the issue tracker.
The MIT License (MIT). Please see License File for more information.