2017 © Pedro Peláez
 

library odds-converter

Convert odds between american, decimal, and fractional formats

image

sharapov/odds-converter

Convert odds between american, decimal, and fractional formats

  • Tuesday, May 16, 2017
  • by sharapov-outsource
  • Repository
  • 2 Watchers
  • 3 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Odds Converter

Convert odds between american, decimal, and fractional formats, (*1)

Installation

You can either get the files from GIT or you can install the library via Composer. To use Composer, simply add the following to your composer.json file., (*2)

{
    "require": {
        "sharapov/odds-converter": "1.01"
    }
}

How to use it?

require_once "../vendor/autoload.php";

$converter = new \Sharapov\OddsConverter\OddsConverter($odd);

Set up your input odd in the decimal, fractional or moneyline (US) format, (*3)

Set moneyline (US) input

$converter->setOdd('275');
Get fractional
print $converter->getFractional(); // 11/4
Get decimal
print $converter->getDecimal(); // 3.75

Set fractional input

$converter->setOdd('11/4');
Get moneyline (US)
print $converter->getMoneyline(); // 275
Get decimal
print $converter->getDecimal(); // 3.75

Set decimal input

$converter->setOdd('3.75');
Get moneyline (US)
print $converter->getMoneyline(); // 275
Get fractional
print $converter->getFractional(); // 11/4

That's so easy, (*4)

The Versions

16/05 2017

dev-master

9999999-dev http://sharapov.biz/

Convert odds between american, decimal, and fractional formats

  Sources   Download

GPL-3.0

The Requires

  • php ^5.6 || ^7.0

 

conversion sports odds formulas

14/05 2017

1.01

1.01.0.0 http://sharapov.biz/

Convert odds between american, decimal, and fractional formats

  Sources   Download

GPL-3.0

The Requires

  • php ^5.6 || ^7.0

 

conversion sports odds formulas

13/05 2017

1.0

1.0.0.0 http://sharapov.biz/

Convert odds between american, decimal, and fractional formats

  Sources   Download

GPL-3.0

The Requires

  • php ^5.6 || ^7.0

 

conversion sports odds formulas