2017 © Pedro Peláez
 

library pubg-php

PHP Wrapper for the PUBG API

image

andrewbroberg/pubg-php

PHP Wrapper for the PUBG API

  • Thursday, May 3, 2018
  • by kravock
  • Repository
  • 1 Watchers
  • 2 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 78 % Grown

The README.md

pubg-php

Latest Version on Packagist ![Total Downloads][ico-downloads], (*1)

PUBG API PHP Wrapper, (*2)

Install

Via Composer, (*3)

``` bash $ composer require andrewbroberg/pubg-php, (*4)


## Usage ``` php $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., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*7)

Security

If you discover any security related issues, please email andrew.broberg@gmail.com instead of using the issue tracker., (*8)

Credits

License

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

The Versions

03/05 2018