Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

andrewbroberg/pubg-php

Repository files navigation

pubg-php

Latest Version on Packagist

Total Downloads

PUBG API PHP Wrapper

Install

Via Composer

$ composer require andrewbroberg/pubg-php

Usage

$api = new AndrewBroberg\PUBG\API($apiKey);
$api->getMatch('pc-oc', 'matchid');
$api->getPlayer('pc-oc', 'playerid');
$api->getPlayers('pc-oc', ['playerIds' => [
    'playerid',
]]);

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

PUBG API PHP Wrapper

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages