Download the PHP package joestrong/retroachievements without Composer
On this page you can find all versions of the php package joestrong/retroachievements. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joestrong/retroachievements
More information about joestrong/retroachievements
Files in joestrong/retroachievements
Download joestrong/retroachievements
More information about joestrong/retroachievements
Files in joestrong/retroachievements
Vendor joestrong
Package retroachievements
Short Description RetroAchievements.org API wrapper
License MIT
Package retroachievements
Short Description RetroAchievements.org API wrapper
License MIT
Please rate this library. Is it a good library?
Informations about the package retroachievements
RetroAchievements composer package
Install with:
composer require joestrong/retroachievements
Use in a project:
Methods
Auth with the API
$ra = new RetroAchievements($username, $apiKey);
Get the top 10 users
$ra->getTopTenUsers();
Get the consoles
$ra->getConsoles();
Get games for console
$ra->getGamesForConsole($consoleId);
Get game info
$ra->getGameInfo($gameId);
Contributing
See CONTRIBUTING.md
All versions of retroachievements with dependencies
PHP Build Version
Package Version
The package joestrong/retroachievements contains the following files
Loading the files please wait ....