client-php
client-php copied to clipboard
Reference client library for the WP API
Hi, I've tried to update a post via: ``` php $post = $api->posts->create( array( 'title' => 'Test Article ' . date('c'), 'content_raw' => 'Test Article Description ' . date('c'), 'date'...
Hi, I don't know how to use this library! I installed it with composer and then 'request' library added, but I didn't run $ phpunit after that which was mentioned...
Correct changed data preparation
I'm using (or rather trying to) implement everything that client-cli does, except... well, without the cli part. I have pretty much everything working. Here's my `composer.json` file: ``` { "name":...
https://github.com/WP-API/client-php/issues/1
We don't need this for most of the library, only in tests.