gweibel/zurinet-php

zuri.net PHP Client

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/gweibel/zurinet-php

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

This package is not auto-updated.

Last update: 2025-10-11 22:48:15 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