php-extended/php-score-interface

A library to specify calculation-based scores and scoring systems


Keywords
php, calculation, interface, system, score, scoring
License
MIT

Documentation

php-extended/php-score-interface

A library to specify calculation-based scores and scoring systems

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-score-interface": "^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 an interface-only library. It represents abstract score-related classes for a scoring system.

For a concrete implementation, see php-extended/php-score-object.

License

MIT (See license file).