php-extended/php-vote-factory-object

This package is abandoned and no longer maintained. The author suggests using the php-extended/php-vote-object package instead.

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

3.1.16 2021-06-25 17:51 UTC

README

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

coverage build status

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