php-extended / php-vote-factory-interface
A library to specify factories for the voting library.
Installs: 5 797
Dependents: 2
Suggesters: 0
Security: 0
pkg:composer/php-extended/php-vote-factory-interface
Requires
- php: >=7.1
- php-extended/php-vote-interface: ^3
- php-extended/polyfill-php80-stringable: >=1
This package is auto-updated.
Last update: 2021-06-27 13:30:09 UTC
README
A library to specify factories for the voting library.
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-interface": "^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 an interface-only library.
For a concrete implementation, see php-extended/php-vote-factory-object
.
License
MIT (See license file).