library votifier2-php
A Votifier protocol 2 implementation for PHP
nuvotifier/votifier2-php
A Votifier protocol 2 implementation for PHP
- Tuesday, April 25, 2017
- by tuxed
- Repository
- 1 Watchers
- 4 Stars
- 28 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 1 Versions
- 17 % Grown
votifier2-php
Votifier protocol v2 client for PHP., (*1)
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);
dev-master
9999999-dev
A Votifier protocol 2 implementation for PHP
Sources
Download
MIT
by
Tux