seaonye/laravel-valorant-api

a valorant api wrapper for php

v1.1 2023-04-14 09:38 UTC

This package is auto-updated.

Last update: 2025-05-14 14:21:40 UTC


README

🍯 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