shortcirquit/wordpress-api

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

Installs: 54

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 2

pkg:composer/shortcirquit/wordpress-api

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

This package is not auto-updated.

Last update: 2026-01-18 01:59:05 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.