php-extended / php-vote-factory-object
A library that implements the php-vote-factory-object package
Installs: 2 260
Dependents: 0
Suggesters: 0
Security: 0
pkg:composer/php-extended/php-vote-factory-object
Requires
Requires (Dev)
README
A library that implements the php-vote-factory-object package.
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-factory-object": "^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 is a factory library. Just instanciate a factory and pass it to the library that needs it.
License
MIT (See license file).