shortcirquit/wordpress-api

Libraries for interfacing with WordPress WP-API plugin and WordPress.com APIs

dev-main 2015-10-26 03:26 UTC

This package is not auto-updated.

Last update: 2025-07-19 23:05:47 UTC


README

Libraries for interfacing with WordPress WP-API plugin and WordPress.com REST APIs

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist shortcirquit/wordpress-api "*"

or add

"shortcirquit/wordpress-api": "*"

to the require section of your composer.json file.