php-extended / php-vote-first-past-the-post-factory
Implementation of the vote factories for first past the post voting system.
Package info
gitlab.com/php-extended/php-vote-first-past-the-post-factory
pkg:composer/php-extended/php-vote-first-past-the-post-factory
Requires
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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).