sydnerdrage/simple-data-score

There is no license information available for the latest version (dev-master) of this package.

dev-master 2014-11-30 13:09 UTC

This package is not auto-updated.

Last update: 2024-04-09 13:24:21 UTC


README

Apply numerical scores to data sets based on a series of rules and filters.

Build Status Coverage Status

Requirements

  • PHP 5.4+
  • PHPUnit for running tests

Installation

  1. Checkout the code from https://github.com/sydnerdrage/simple-data-score
  2. Download and install composer if you haven't already (https://getcomposer.org)
  3. Run the test suite. Note you may need to enable execute permissions on the bash scripts.
cd tests
./dev-all-tests.sh

Usage

See the sample data set and usage of the overlap calculator in SdsTests\Calc\OverlapTest

Contributions

If you'd like to make a contribution, please submit a pull request to https://github.com/sydnerdrage/simple-data-score

Copyright.

License: MIT