Skip to content

Apex Legends API wrapper for Apex.tracker.gg on PHP

License

Notifications You must be signed in to change notification settings

Jemixs/apex-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apex-api-php

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

About

Apex Legends API wrapper for Apex.tracker.gg on PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages