darkgoldblade01/wordpress-api-php

A Wordpress.org API wrapper written in PHP

0.0.2 2021-02-04 06:46 UTC

This package is auto-updated.

Last update: 2024-05-04 15:00:33 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

This package is a PHP wrapper for the Wordpress.org API.

Installation

You can install the package via composer:

composer require darkgoldblade01/wordpress-api-php

Usage

$wordpressApi = new WordpressApi();

// Core Information
$wordpressApi->core();

// Plugin Information
$wordpressApi->plugin();

// Theme Information
$wordpressApi->theme(); 

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please use the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.