laravel-valorant-api maintained by seaonye
Installing
$ composer require seaonye/laravel-valorant-api
Configuration
php artisan vendor:publish --provider="Seaony\ValorantApi\ValorantServiceProvider"
Usage
use Seaony\ValorantApi\Valorant;
$client = new Valorant();
$client->authCookies();
API Document:https://valapidocs.techchrism.me/
🧶 Project supported by JetBrains
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
🍯 Acknowledgements
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.
License
MIT