You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First you need an API key from Challonge. Store this in a configuration file, environment file or whatever you use, so it doesn't get committed and exposed.
$challonge = new Challonge('apikey');
Instantiation doesn't make any requests, so you don't need to cache this. Now you're ready to use the library.