Skip to content

ebess/fut-eahasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

EA Hashor for the Ultimate Team API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages