Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 454 Bytes

WordPress API Library

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.