andrewbroberg/pubg-php

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP Wrapper for the PUBG API

0.2.0 2018-05-03 09:18 UTC

This package is auto-updated.

Last update: 2020-08-30 01:20:58 UTC


README

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 andrew.broberg@gmail.com instead of using the issue tracker.

Credits

License

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