2017 © Pedro Peláez
 

library simple-data-score

image

sydnerdrage/simple-data-score

  • Sunday, November 30, 2014
  • by sydnerdrage
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Simple Data Score

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

Build Status Coverage Status, (*1)

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, (*2)

Contributions

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

License: MIT, (*4)

The Versions