2017 © Pedro Peláez
 

library eahashor

EA Hashor for secret answer for Fifa Ultimate Team.

image

fut/eahashor

EA Hashor for secret answer for Fifa Ultimate Team.

  • Monday, May 19, 2014
  • by ebess
  • Repository
  • 1 Watchers
  • 2 Stars
  • 586 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Hashor class for mobile/webapp endpoint of Fifa 14 Ultimate Team., (*1)

composer.json, (*2)

    require {
        "fut/eahashor": "dev-master"
    }

Example: (also see example.php), (*3)

    $hashor = new \Fut\EAHashor("test");
    echo $hashor->getHashedString() . PHP_EOL;

    $hashor = new \Fut\EAHashor();
    echo $hashor->setString("test")->getHashedString() . PHP_EOL;

    echo \Fut\EAHashor::getHash("test") . PHP_EOL;

The Versions

19/05 2014

dev-master

9999999-dev

EA Hashor for secret answer for Fifa Ultimate Team.

  Sources   Download

by Eduard Bess

19/05 2014

v1.0.0

1.0.0.0

EA Hashor for secret answer for Fifa Ultimate Team.

  Sources   Download

by Eduard Bess