fut / eahashor
There is no license information available for the latest version (v1.0.0) of this package.
EA Hashor for secret answer for Fifa Ultimate Team.
v1.0.0
2014-05-19 13:06 UTC
This package is not auto-updated.
Last update: 2024-11-05 08:01:53 UTC
README
Hashor class for mobile/webapp endpoint of Fifa 14 Ultimate Team.
composer.json
require { "fut/eahashor": "dev-master" }
Example: (also see example.php)
$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;