php-extended / php-vote-first-past-the-post-factory
This package is abandoned and no longer maintained.
The author suggests using the php-extended/php-vote-object package instead.
Implementation of the vote factories for first past the post voting system.
3.1.16
2021-06-25 17:42 UTC
Requires
Requires (Dev)
README
Implementation of the vote factories for first past the post voting system.
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-vote-first-past-the-post-factory": "^3",
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library provides the first-past-the-post voting method factory.
License
MIT (See license file).