nuvotifier/votifier2-php

A Votifier protocol 2 implementation for PHP

dev-master 2017-04-25 10:46 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:52:59 UTC


README

Votifier protocol v2 client for PHP.

Example

    $vote = new \Imaginarycode\Votifier2\Vote("tuxed", "127.0.0.1", "Test", NULL);
    $service = new \Imaginarycode\Votifier2\Server("127.0.0.1", 8192, "TOKEN");
    $service->sendVote($vote);