seaonye / laravel-valorant-api
a valorant api wrapper for php
v1.1
2023-04-14 09:38 UTC
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.5
- laravel/framework: >=7.0
Requires (Dev)
- mockery/mockery: ^1.2
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-05-14 14:21:40 UTC
README
🍯 A Valorant api wrapper for Laravel.
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