Skip to content
/ php-bma Public
forked from krtek4/php-bma

PHP implementation of the Battle.net Mobile Authenticator

Notifications You must be signed in to change notification settings

ZmK/php-bma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the Battle.net Mobile Authenticator in PHP.

Usage

You can either request a new serial or re-use an existing one.

New serial

You must call the script with the desired region passed in parameter :

php php-bma.php EU

Valid region are EU or US

Before starting to give you a code, the program will print the new serial and secret kez on screen. Write them down and register your Authenticator with Battle.net

Existing serial

Just pass your serial and secret kez on the command line :

php php-bma.php serial secret_key

Who use it ?

I'm using this on a little project of mine, an Online Authenticator for Battle.Net. It is actually in Beta, but I'm planning on launching it soon.

Todo

  • Sanitize inputs
  • Unit tests
  • Provide the possiblity to save Serial and Secret key to file and / or database
  • Implements the new Restore feature

About

PHP implementation of the Battle.net Mobile Authenticator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published