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
Requires
- php: ~7.1
- guzzlehttp/guzzle: ^6.3
- php-http/guzzle6-adapter: ^1.1
- woohoolabs/yang: ^1.4
Requires (Dev)
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2020-08-30 01:20:58 UTC
README
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.