php-extended/php-vote-factory-object

A library that implements the php-vote-factory-object package


Keywords
php, object, factory, vote
License
MIT

Documentation

php-vote-factory-object

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": "^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.

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).