/laravel-valorant-api

🍯 A valorant wrapper for laravel

Primary LanguagePHPMIT LicenseMIT

Laravel Valorant Api

🍯 A Valorant api wrapper for Laravel.

Latest Stable Version Latest Unstable Version Build Status Scrutinizer Code Quality Total Downloads License

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:

License

MIT