Looking to hire Laravel developers? Try LaraJobs

laravel-valorant-api maintained by seaonye

Description
a valorant api wrapper for php
Author
Last update
2023/04/14 11:38 (dev-master)
License
Links
Downloads
201

Comments
comments powered by Disqus

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