lucentinian / highscore-tables-php-client-library
This is a library that can be imported in PHP projects to connect to our Highscore Tables API
1.0.2
2018-11-27 05:24 UTC
Requires
- php: >=5.3.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is not auto-updated.
Last update: 2024-11-07 09:15:44 UTC
README
This is a library that can be imported in PHP projects to connect to our Highscore Tables API
Create new highscores table
Please visit https://highscores.ehehdada.com/new_account to create your new highscores table.
Install with Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest stable version of this library:
composer require lucentinian/highscore-tables-php-client-library
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
Documentation
More information can be found in the online documentation at https://highscores.ehehdada.com/