Skip to content

Releases: MrFiregore/clash-royale-php

Added all methods and implemented the new rules to avoid flood

31 May 23:39
1399cf9
Compare
Choose a tag to compare

Added all methods and implemented the new rules to avoid flood

@method getPlayer([ player0,player1,player2,player3,...],[ Optional keys0,keys1,keys2,keys3,...],[ Optional exclude0,exclude1,exclude2,exclude3,...]) 
@method getPlayerBattle([ player0,player1,player2,player3,...],[ Optional keys0,keys1,keys2,keys3,...],[ Optional exclude0,exclude1,exclude2,exclude3,...]) 
@method getPlayerChest([ player0,player1,player2,player3,...],[ Optional keys0,keys1,keys2,keys3,...],[ Optional exclude0,exclude1,exclude2,exclude3,...]) 
@method getClanSearch( Optional name default = '' , Optional score default = 0 , Optional minMembers default = 0 , Optional maxMembers default = 50 ) 
@method getClanTracking([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getClan([ clan0,clan1,clan2,clan3,...],[ Optional keys0,keys1,keys2,keys3,...],[ Optional exclude0,exclude1,exclude2,exclude3,...]) 
@method getClanBattle([ clan0,clan1,clan2,clan3,...],[ Optional keys0,keys1,keys2,keys3,...],[ Optional exclude0,exclude1,exclude2,exclude3,...], Optional type default = '' ) 
@method getClanWar([ clan0,clan1,clan2,clan3,...],[ Optional keys0,keys1,keys2,keys3,...],[ Optional exclude0,exclude1,exclude2,exclude3,...]) 
@method getClanWarlog([ clan0,clan1,clan2,clan3,...],[ Optional keys0,keys1,keys2,keys3,...],[ Optional exclude0,exclude1,exclude2,exclude3,...]) 
@method getClanHistory([','','',...],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getClanHistoryWeekly([','','',...],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getClanTracking([','','',...],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getClanTrack([','','',...],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getTournamentOpen([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getTournamentKnown([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getTournamentSearch([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getTournament([','','',...],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getTopClan(['CountryCode'],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getTopPlayer( Optional location default = '' ) 
@method getPopularClan([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getPopularPlayer([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getPopularTournament([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getPopularDeck([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getConstant() 
@method getAuthStats() 
@method getVersion([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getHealth() 
@method getStatus([],['includeKey1','includeKey2','includeKey3',...],['excludeKey1','excludeKey2','excludeKey3',...]) 
@method getEndpoints() 

Add new methods and traits

23 May 04:19
248a3ec
Compare
Choose a tag to compare

Add new methods (getClanWar & getClanWarLog) and traits

Fix endpoint, add version checker and new package

07 May 02:32
2b20d06
Compare
Choose a tag to compare

Fixed Constants endpoints.
Add version checker and some markdown printer.
Add markdown package.

Update endpoint

24 Mar 03:16
fa39315
Compare
Choose a tag to compare

Update endpoint

Updated some class and objects

05 Mar 00:25
bec687e
Compare
Choose a tag to compare

Updated :

  • API class with new methods (getEndpoints,getTopPlayers,getPlayerChests)
  • Cache optimized
  • New objects
  • Now when the Server is down, the API try to get the info stored in cache

getTotalClanChestCrowns fixed

07 Jan 05:57
ad48f23
Compare
Choose a tag to compare

getTotalClanChestCrowns fixed

VERSION 1.1

07 Jan 05:16
19c02fa
Compare
Choose a tag to compare

Added clanSearch method, more objects and docs.
All information about the objects are explained in the folder src/Objects/* (* means the respective object name)

1.0.4.1

26 Dec 03:17
69ab6e0
Compare
Choose a tag to compare
Delete Constants.php

Added Token

26 Dec 03:13
3dde053
Compare
Choose a tag to compare

Added Token and description of objects

Update CRCache

11 Dec 18:34
bf013a7
Compare
Choose a tag to compare
1.0.3.1

Add files via upload