gweibel/zurinet-php

zuri.net PHP 客户端

v0.1.0 2016-02-26 19:41 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:21:32 UTC


README

Build Status

用法

$z = new Zurinet();
foreach ($z->getReviews(18300) as $review) {
    printf("%s: %s\n", $review['author'], $review['message']);
}

安装

composer require gweibel/zurinet-php

许可证

MIT