A library that implements the php-vote-factory-object package
A library that implements the php-vote-factory-object package.
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-factory-object": "^2",
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
This library is a factory library. Just instanciate a factory and pass it to the library that needs it.
MIT (See license file).