We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You only need the file steamauthoop.class.php. Use require "steamauthoop.class.php" to include it in your project.
steamauthoop.class.php
require "steamauthoop.class.php"
###Configuration The array private $settings at the top of the file contains your settings.
private $settings
If you want to set for example your API-Key you write it like this: "apikey" => "YOURAPIKEY".
"apikey" => "YOURAPIKEY"