library dotclear
Dotclear XML-RPC client library
spir/dotclear
Dotclear XML-RPC client library
- Wednesday, January 8, 2014
- by Spir
- Repository
- 1 Watchers
- 0 Stars
- 21 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 11 % Grown
Dotclear
Dotclear XML-RPC client library, (*1)
, (*2)
Quick example
$blogId = 'blog-id';
$url = 'http://myblog.com/xmlrpc/'.$blogId;
$username = 'username';
$password = 'password';
$client = new Spir\Dotclear\Client($url.$blodId, $username, $password, $blodId);
var_dump($client->getPosts(0));
var_dump($client->getCategories());
var_dump($client->getAuthors());
dev-master
9999999-dev
Dotclear XML-RPC client library
Sources
Download
MIT
The Requires
api
xml
rpc
dotclear