php-extended/php-scorekeeper-interface

A generic library to handle and retrieve score values


Keywords
php, score, keeper
License
MIT

Documentation

php-scorekeeper-interface

A generic library to handle and retrieve score values.

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

License

MIT (See license file).