jemixs / apex-api-php
Apex legends api. PHP wrapper for apex.tracker.gg
1.0.2
2019-03-08 20:52 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~6.0
This package is auto-updated.
Last update: 2026-03-09 17:06:32 UTC
README
Apex legends api. PHP wrapper for apex.tracker.gg
Requirements
- PHP >= 5.6
Installation
- run
composer require jemixs/apex-api-php
Basic usage
use Jemixs\APEXAPI\apexApi;
const API_TOKEN = 'YOUR_API_TOKEN';
$client = new apexApi(API_TOKEN);
$player = $client->getPlayer('jEMIXSs');
Available methods
- getPlayer([string, required]playerName) - returns array of data about player