Libraries for interfacing with WordPress WP-API plugin and WordPress.com REST APIs
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.