/wordpress-api-php

A PHP Wrapper for the Wordpress.org API, Laravel compatible.

Primary LanguagePHPMIT LicenseMIT

Wordpress API Wrapper in PHP

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.