sstepanovvl / vk-php-sdk-floodcontrol-laravel
Package will handle throttling to VK API relies to VK API Rate limits
dev-master
2020-03-05 17:21 UTC
Requires
- laravel/laravel: *
- predis/predis: ^1.1
- vkcom/vk-php-sdk: ^5.101
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-03-06 05:22:36 UTC
README
PHP library for VK API PHP SDK will throttle all outgoing requests to VK API to respect ADS API limits and Basic API limits
1. Installation
To install run the following command:
composer require sstepanovvl/vk-php-sdk-floodcontrol-laravel
2. Prerequisites
- Laravel 5.1 or later
- VK PHP SDK 5.101 or later
- Predis 1.1 or later
3. License
The library is open-sourced software licensed under the MIT license.