Skip to content

NuVotifier/votifier2-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

votifier2-php

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);

About

Votifier protocol v2 client in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages