-
Notifications
You must be signed in to change notification settings - Fork 1
/
CompetitieBeheer.php
421 lines (376 loc) · 19.5 KB
/
CompetitieBeheer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<?php
/*
* Copyright 2012 Jurrie Overgoor <[email protected]>
*
* This file is part of CompetitieBeheer-php-api.
*
* CompetitieBeheer-php-api is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* CompetitieBeheer-php-api is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with CompetitieBeheer-php-api. If not, see
* <http://www.gnu.org/licenses/>.
*/
require_once(dirname(__file__) . '/Utils.php');
require_once(dirname(__file__) . '/dto/Wedstrijd.php');
require_once(dirname(__file__) . '/dto/Team.php');
require_once(dirname(__file__) . '/dto/Rank.php');
require_once(dirname(__file__) . '/dto/Speler.php');
require_once(dirname(__file__) . '/dto/Entiteit.php');
require_once(dirname(__file__) . '/dto/Competitie.php');
require_once(dirname(__file__) . '/dto/Uitslag.php');
require_once(dirname(__file__) . '/dto/Club.php');
class CompetitieBeheer {
const BASE_URL = 'http://feeds.competitiebeheer.nl/';
/**
* Holds the cache implementation we should use to cache the results of the requests.
* @var Cache
*/
private $cache;
/**
* Holds the club id of the account we should use to query CBT.
* @var integer
*/
private $clubId;
/**
* Holds the club hash of the account we should use to query CBT.
* @var string
*/
private $clubHash;
/**
* Holds the user id of the accoutn we should use to query CBT.
* @var integer
*/
private $userId;
/**
* Constructs a new CompetitieBeheer object.
* You should either use the $clubId and $clubHash variables, or the $userId variable. Set the others to NULL.
* @param Cache $cache The cache variant we want to use for caching results
* @param integer $clubId The id of your club (can be obtained with the CompetitieBeheer tool by going to “mijn club”)
* @param string $clubHash The hash of your club (can be obtained with the CompetitieBeheer tool by going to “mijn club”)
*/
public function __construct($cache, $clubId = null, $clubHash = null, $userId = null) {
if (($clubId !== NULL && $clubHash == NULL) || ($clubId === NULL && $clubHash !== NULL))
{
throw new Exception("Please give both clubId and clubHash, not just one");
}
if ($clubId === NULL && $userId === NULL)
{
throw new Exception("You need to give the clubId and clubHash combination, or the userId");
}
else if ($clubId !== NULL && $userId !== NULL)
{
throw new Exception("You need to give either the clubId and clubHash combination, or the userId, but not both");
}
// If we are here, either $clubId+$clubHash is set, or $userId
$this->cache = $cache;
$this->clubId = $clubId;
$this->clubHash = $clubHash;
$this->userId = $userId;
}
public function getCache() {
return $this->cache;
}
/**
* Returns all matches, filtered on a number of input parameters.
*
* Either parameter $teamId or $competitieId is mandatory.
*
* @param integer $teamId Het id van het team waar je wedstrijden van wilt opvragen. Hiermee kun je dus specifiek voor 1 team wedstrijden opvragen. Dit kan gevonden worden bij “mijn teams”. Let op dat je via de column-chooser de ID-column even actief moet maken (http://www.competitiebeheer.nl/index.php/videos/104-kolommen-beheren-en-exporteren)
* @param integer $competitieId Het id van de competitie. Hiermee kun je van een competitie alle wedstrijden opvragen dus ook wedstrijden van andere teams in desbetreffende competitie. Dit id kan gevonden worden bij “mijn competities”. Ook hiervoor geldt dat dit via de column-chooser gekozen moet worden.
* @param boolean $afgelast Hiermee geef je aan of je afgelaste wedstrijden wilt zien of juist niet afgelaste wedstrijden. Als je deze parameter niet invult krijg je afgelaste wedstrijden en niet afgelaste wedstrijden door elkaar. (parameter is optioneel)
* @param date $datumVanaf Kan worden gebruikt om wedstrijden op te halen in een specifieke datum-range. (parameter is optioneel)
* @param date $datumTot Kan worden gebruikt om wedstrijden op te halen in een specifieke datum-range. (parameter is optioneel)
* @param boolean $bevatOfficieleUitslag Hiermee geef je aan of je alleen wedstrijden wilt terugkrijgen die een officiele uitslag hebben. Officiele uitslagen zijn uitslagen die via voetbal.nl zijn binnengekomen. Hiermee kun je dus feitelijk een uitslagen overzicht maken. (parameter is optioneel)
* @param boolean $bevatUitslagen Hiermee geef je aan of je alleen wedstrijden wilt terugkrijgen die een on-officiele uitslagen hebben. On-officele uitslagen zijn uitslagen die bijvoorbeeld via twitter zijn binnengekomen. Deze gebruik ik bijvoorbeeld om realtime-virtuele-standen te genereren. (parameter is optioneel)
* @return Match[] array of Match instances
*/
public function getMatches($teamId = null, $competitieId = null, $afgelast = null, $datumVanaf = null, $datumTot = null, $bevatOfficieleUitslag = null, $bevatUitslagen = null) {
// http://feeds.competitiebeheer.nl/wedstrijden.svc/?clubid={clubid}&clubhash={clubhash}&teamid={teamid}
if ($teamId === null && $competitieId === null) {
throw new Exception("Either teamId or competitieId should be given");
}
$url = self::BASE_URL . "/Wedstrijden.svc/?".$this->getClubOrUserId();
if ($teamId !== null)
$url .= "&teamid=$teamId";
if ($competitieId !== null)
$url .= "&competitieid=$competitieId";
if ($afgelast !== null)
$url .= "&afgelast=$afgelast";
if ($datumVanaf !== null)
$url .= "&datumvanaf=".date('d-m-Y', $datumVanaf);
if ($datumTot !== null)
$url .= "&datumtot=".date('d-m-Y', $datumTot);
if ($bevatOfficieleUitslag !== null)
$url .= "&bevatofficieleuitslag=$bevatOfficieleUitslag";
if ($bevatUitslagen !== null)
$url .= "&bevatuitslagen=$bevatUitslagen";
$xml = $this->cache->retrieveUrl($url);
$xml = new SimpleXMLElement($xml);
$result = array();
foreach ($xml->entry as $xmlEntry) {
$match = $this->parseMatch($xmlEntry->content->Wedstrijd);
$result[] = $match;
}
return $result;
}
public function getRanking($competitionId) {
// http://feeds.competitiebeheer.nl/Standen.svc/?clubid={clubid}&clubhash={clubhash}&competitieid={teamid}
$url = self::BASE_URL . "/Standen.svc/?".$this->getClubOrUserId()."&competitieid=$competitionId";
$xml = $this->cache->retrieveUrl($url);
$xml = new SimpleXMLElement($xml);
$result = array();
foreach ($xml->entry as $xmlEntry) {
$match = $this->parseRank($xmlEntry->content->Stand);
$result[] = $match;
}
return $result;
}
/**
* Returns all the teams for this club id.
* @param boolean $archived if TRUE, we also return archived entries
* @return Team[] array of Team objects
*/
public function getTeams($archived = false) {
// http://feeds.competitiebeheer.nl/Teams.svc/?clubid={clubid}&clubhash={clubhash}&archived={true/false}
// Parameter archived is mandatory
$url = self::BASE_URL . "/Teams.svc/?".$this->getClubOrUserId();
if ($archived === true)
$url .= "&archived=true";
else
$url .= "&archived=false";
$xml = $this->cache->retrieveUrl($url);
$xml = new SimpleXMLElement($xml);
$result = array();
foreach ($xml->entry as $xmlEntry) {
$match = $this->parseTeam($xmlEntry->content->Team);
$result[] = $match;
}
return $result;
}
/**
* Returns a specific team for this club id.
* @param integer $teamId the id of the team to retrieve
* @param boolean $archived if TRUE, we also return archived entries
* @return Team Team object we retrieved, or NULL if the team is not found
*/
public function getTeam($teamId, $archived = false) {
// http://feeds.competitiebeheer.nl/Teams.svc/Team/{teamid}?clubid={clubid}&clubhash={clubhash}&archived={true/false}
$url = self::BASE_URL . "/Teams.svc/Team/".$teamId."?".$this->getClubOrUserId();
if ($archived === true)
$url .= "&archived=true";
else
$url .= "&archived=false";
$xml = $this->cache->retrieveUrl($url);
if ($xml === null)
{
// Team not found
return null;
}
$xml = new SimpleXMLElement($xml);
$match = $this->parseTeam($xml->content->Team);
return $match;
}
public function getPlayers($teamId) {
// http://feeds.competitiebeheer.nl/Spelers.svc/?clubid={clubid}&clubhash={clubhash}&teamId={teamid}
$url = self::BASE_URL . "/Spelers.svc/?".$this->getClubOrUserId()."&teamid=$teamId";
$xml = $this->cache->retrieveUrl($url);
$xml = new SimpleXMLElement($xml);
$result = array();
foreach ($xml->entry as $xmlEntry) {
$match = $this->parsePlayer($xmlEntry->content->Speler);
$result[] = $match;
}
return $result;
}
public function getPlayer($playerId) {
// http://feeds.competitiebeheer.nl/Spelers.svc/Speler/{playerid}?clubid={clubid}&clubhash={clubhash}
$url = self::BASE_URL . "/Spelers.svc/Speler/".$playerId."?".$this->getClubOrUserId();
$xml = $this->cache->retrieveUrl($url);
if ($xml === null)
{
// Player not found
return null;
}
$xml = new SimpleXMLElement($xml);
$player = $this->parsePlayer($xml->content->Speler);
return $player;
}
public function getCompetitions($seasonStartYear) {
// http://feeds.competitiebeheer.nl/Competities.svc/?clubid={clubid}&clubhash={clubhash}&seizoenstartjaar={year}
$url = self::BASE_URL . "/Competities.svc/?".$this->getClubOrUserId()."&seizoenstartjaar=$seasonStartYear";
$xml = $this->cache->retrieveUrl($url);
$xml = new SimpleXMLElement($xml);
$result = array();
foreach ($xml->entry as $xmlEntry) {
$competition = $this->parseCompetition($xmlEntry->content->Competitie);
$result[] = $competition;
}
return $result;
}
public function getCompetition($competitionId) {
// http://feeds.competitiebeheer.nl/Competities.svc/Speler/{competitionid}?clubid={clubid}&clubhash={clubhash}
$url = self::BASE_URL . "/Competities.svc/Speler/".$competitionId."?".$this->getClubOrUserId();
$xml = $this->cache->retrieveUrl($url);
if ($xml === null)
{
// Competition not found
return null;
}
$xml = new SimpleXMLElement($xml);
$competition = $this->parseCompetition($xml->content->Competitie);
return $competition;
}
/**
* Returns the clubs this account is linked to, or the clubs that have a given string in their name.
* @param String $like the part of the club name that we want to search for. set to NULL to get the clubs this account is linked to.
* @return Club[] an array of found Club instances
*/
public function getClubs($like = NULL) {
if ($like === NULL) {
// http://feeds.competitiebeheer.nl/clubs.svc/?clubid={clubid}&clubhash={clubhash}
$url = self::BASE_URL . "/clubs.svc/?".$this->getClubOrUserId();
} else {
// http://feeds.competitiebeheer.nl/ClubSearch.svc/?clubid={clubid}&clubhash={clubhash}&likename={likename}
$url = self::BASE_URL . "/ClubSearch.svc/?".$this->getClubOrUserId()."&likename=".$like;
}
$xml = $this->cache->retrieveUrl($url);
$xml = new SimpleXMLElement($xml);
$result = array();
foreach ($xml->entry as $xmlEntry) {
$club = $this->parseClub($xmlEntry->content->Club);
$result[] = $club;
}
return $result;
}
private function parseMatch($xmlMatch) {
$accomodatie = (string) $xmlMatch->ACCOMMODATIE;
$afgelast = Utils::string2Boolean($xmlMatch->AFGELAST);
$bijzonderheden = (string) $xmlMatch->BIJZONDERHEDEN;
$datum = Utils::ISO8601Date2UnixTimestamp($xmlMatch->DATUM);
$id = (string) $xmlMatch->ID;
$kleedkamerThuis = (string) $xmlMatch->KLEEDKAMER_THUIS;
$kleedkamerUit = (string) $xmlMatch->KLEEDKAMER_UIT;
$lastModifiedDate = Utils::ISO8601Date2UnixTimestamp($xmlMatch->LASTMODIFIEDDATE);
$lastModifiedUser = (string) $xmlMatch->LASTMODIFIEDUSER_USERNAME;
$scheidsrechter = (string) $xmlMatch->SCHEIDSRECHTER;
$thuisTeam = $this->parseTeam($xmlMatch->THUIS_TEAM);
$uitslag = $this->parseUitslag($xmlMatch->UITSLAG);
$uitTeam = $this->parseTeam($xmlMatch->UIT_TEAM);
$veld = (string) $xmlMatch->VELD;
$verzameltijd = (string) $xmlMatch->VERZAMELTIJD;
$vrijveld1 = (string) $xmlMatch->VRIJVELD1;
$vrijveld2 = (string) $xmlMatch->VRIJVELD2;
$vrijveld3 = (string) $xmlMatch->VRIJVELD3;
return new Wedstrijd($accomodatie, $afgelast, $bijzonderheden, $datum, $id, $kleedkamerThuis, $kleedkamerUit, $lastModifiedDate, $lastModifiedUser, $scheidsrechter, $thuisTeam, $uitslag, $uitTeam, $veld, $verzameltijd, $vrijveld1, $vrijveld2, $vrijveld3);
}
private function parseUitslag($xmlUitslag) {
$doelpunten_thuisteam = (string) $xmlUitslag->DOELPUNTEN_THUISTEAM;
$doelpunten_uitteam = (string) $xmlUitslag->DOELPUNTEN_UITTEAM;
$id = (string) $xmlUitslag->ID;
$laatstbijgewerkt = Utils::ISO8601Date2UnixTimestamp($xmlEntity->LAATSTBIJGEWERKT);
$officieel = Utils::string2Boolean($xmlUitslag->OFFICIEEL);
$source = (string) $xmlUitslag->SOURCE;
$wedstrijd_id = (string) $xmlUitslag->WEDSTRIJD_ID;
return new Uitslag($doelpunten_thuisteam, $doelpunten_uitteam, $id, $laatstbijgewerkt, $officieel, $source, $wedstrijd_id);
}
private function parseTeam($xmlTeam) {
$archief = Utils::string2Boolean($xmlTeam->ARCHIEF);
$competitieId = (string) $xmlTeam->COMPETITIE_ID;
$id = (string) $xmlTeam->ID;
$knvbNaam = (string) $xmlTeam->KNVB_NAAM;
$naam = (string) $xmlTeam->NAAM;
$puntenmindering = (string) $xmlTeam->PUNTENMINDERING;
$seizoenBeginJaar = (string) $xmlTeam->SEIZOEN_BEGIN_JAAR;
$seizoenEindJaar = (string) $xmlTeam->SEIZOEN_EIND_JAAR;
$teamFoto = (string) $xmlTeam->TEAM_FOTO;
$voorkeursTijd = (string) $xmlTeam->VOORKEURSTIJD;
return new Team($archief, $competitieId, $id, $knvbNaam, $naam, $puntenmindering, $seizoenBeginJaar, $seizoenEindJaar, $teamFoto, $voorkeursTijd);
}
private function parseRank($xmlRank) {
$creatorClubId = (string) $xmlRank->CREATORCLUBID;
$creatorHash = (string) $xmlRank->CREATORHASH;
$doelsaldo = (string) $xmlRank->DOELSALDO;
$dpt = (string) $xmlRank->DPT;
$dpv = (string) $xmlRank->DPV;
$gelijk = (string) $xmlRank->GELIJK;
$gespeeld = (string) $xmlRank->GESPEELD;
$gewonnen = (string) $xmlRank->GEWONNEN;
$knvbNaam = (string) $xmlRank->KNVB_NAAM;
$plaats = (string) $xmlRank->PLAATS;
$punten = (string) $xmlRank->PUNTEN;
$puntenMindering = (string) $xmlRank->PUNTEN_MINDERING;
$teamId = (string) $xmlRank->TEAM_ID;
$verloren = (string) $xmlRank->VERLOREN;
return new Rank($creatorClubId, $creatorHash, $doelsaldo, $dpt, $dpv, $gelijk, $gespeeld, $gewonnen, $knvbNaam, $plaats, $punten, $puntenMindering, $teamId, $verloren);
}
private function parsePlayer($xmlPlayer) {
$entiteit = $this->parseEntity($xmlPlayer->ENTITEIT);
$fotoUrl = (string)$xmlPlayer->FOTOURL;
$id = (string)$xmlPlayer->ID;
$naam = (string)$xmlPlayer->NAAM;
$rugnummer = (string)$xmlPlayer->RUGNR;
return new Speler($entiteit, $fotoUrl, $id, $naam, $rugnummer);
}
private function parseEntity($xmlEntity) {
$achternaam = (string) $xmlEntity->ACHTERNAAM;
$adres = (string) $xmlEntity->ADRES;
$email = (string) $xmlEntity->EMAIL;
$geboortedatum = Utils::ISO8601Date2UnixTimestamp($xmlEntity->GEBOORTEDATUM);
$mobiel = (string)$xmlEntity->MOBIEL;
$plaats = (string)$xmlEntity->PLAATS;
$postcode = (string)$xmlEntity->POSTCODE;
$voornaam = (string)$xmlEntity->VOORNAAM;
return new Entiteit($achternaam, $adres, $email, $geboortedatum, $mobiel, $plaats, $postcode, $voornaam);
}
private function parseCompetition($xmlEntity) {
$amatweetId = (string) $xmlEntity->AMATWEET_ID;
$competitieType = (string) $xmlEntity->COMPETITIETYPE;
$competitieAanduidingId = (string) $xmlEntity->COMPETITIE_AANDUIDING_ID;
$competitieDistrictId = (string) $xmlEntity->COMPETITIE_DISTRICT_ID;
$competitieKlasseId = (string) $xmlEntity->COMPETITIE_KLASSE_ID;
$competitiePouleId = (string) $xmlEntity->COMPETITIE_POULE_ID;
$createdDate = Utils::ISO8601Date2UnixTimestamp($xmlEntity->CREATEDDATE);
$handmatig = Utils::string2Boolean($xmlMatch->HANDMATIG);
$id = (string) $xmlEntity->ID;
$knvbId = (string) $xmlEntity->KNVB_ID;
$knvbNaam = (string) $xmlEntity->KNVB_NAAM;
$lastModifiedUserId = (string) $xmlEntity->LASTMODIFIEDUSER_ID;
$naam = (string) $xmlEntity->NAAM;
$scoreflashId = (string) $xmlEntity->SCOREFLASH_ID;
$seizoenBeginJaar = (string) $xmlEntity->SEIZOEN_BEGIN_JAAR;
$seizoenEindJaar = (string) $xmlEntity->SEIZOEN_EIND_JAAR;
return new Competitie($amatweetId, $competitieType, $competitieAanduidingId, $competitieDistrictId, $competitieKlasseId, $competitiePouleId, $createdDate, $handmatig, $id, $knvbId, $knvbNaam, $lastModifiedUserId, $naam, $scoreflashId, $seizoenBeginJaar, $seizoenEindJaar);
}
private function parseClub($xmlEntity) {
$adres = (string) $xmlEntity->ADRES;
$cbtTenueUrl = (string) $xmlEntity->CBT_TENUE_URL;
$emailAdresAlgemeen = (string) $xmlEntity->EMAILADRES_ALGEMEEN;
$emailAdresPenningmeester = (string) $xmlEntity->EMAILADRES_PENNINGMEESTER;
$id = (string) $xmlEntity->ID;
$logo = (string) $xmlEntity->LOGO;
$naam = (string) $xmlEntity->NAAM;
$plaats = (string)$xmlEntity->PLAATS;
$postcode = (string)$xmlEntity->POSTCODE;
$telefoon = (string) $xmlEntity->TELEFOON;
$urlRoute = (string) $xmlEntity->URL_ROUTE;
$urlTenue = (string)$xmlEntity->URL_TENUE;
$urlWebsite = (string) $xmlEntity->URL_WEBSITE;
return new Club($adres, $cbtTenueUrl, $emailAdresAlgemeen, $emailAdresPenningmeester, $id, $logo, $naam, $plaats, $postcode, $telefoon, $urlRoute, $urlTenue, $urlWebsite);
}
private function getClubOrUserId() {
if ($this->userId === NULL) {
return "clubid=" . $this->clubId . "&clubhash=" . $this->clubHash;
} else {
return "userid=" . $this->userId;
}
}
}
?>