2017 © Pedro Peláez
 

library dotclear

Dotclear XML-RPC client library

image

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

The README.md

Dotclear

Dotclear XML-RPC client library, (*1)

Build Status, (*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());

The Versions

08/01 2014

dev-master

9999999-dev

Dotclear XML-RPC client library

  Sources   Download

MIT

The Requires

 

api xml rpc dotclear