🍯 A Valorant api wrapper for Laravel.
$ composer require seaonye/laravel-valorant-api
php artisan vendor:publish --provider="Seaony\ValorantApi\ValorantServiceProvider"
use Seaony\ValorantApi\Valorant;
$client = new Valorant();
$client->authCookies();
API Document:https://valapidocs.techchrism.me/
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
Thank you to the following people and repositories:
- RumbleMike/ValorantClientAPI for the API that makes it all possible.
- techchrism/valorant-api-docs for the detailed documentation.
- Valorant-API.com for providing assets.
MIT