spir/dotclear
Composer 安装命令:
composer require spir/dotclear
包简介
Dotclear XML-RPC client library
关键字:
README 文档
README
Dotclear XML-RPC client library
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());
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-01-08