gweibel/zurinet-php

zuri.net PHP Client

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

This package is not auto-updated.

Last update: 2024-05-11 15:40:48 UTC


README

Build Status

Usage

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

Installation

composer require gweibel/zurinet-php

License

MIT