kaoriel/vkelips

Wrapper for VK api, which makes it more convenient to work with VK bots

1.0.45 2022-08-10 10:59 UTC

This package is auto-updated.

Last update: 2024-04-10 14:29:25 UTC


README

VKElips

The package is under development and not ready to use

INSTALL

composer install

composer require kaoriel/vkelips

after you installed the package using composer, you need to publish the necessary files and configs

php artisan vendor:publish --provider="Kaoriel\Vkelips\Providers\VkElipsServiceProvider"

You will create a config in the app/config folder called vkelips.php it will need to fill in such fields as

  • SERVER_RESPONSE_VK_API
  • VK_BOT_API_KEY
  • VK_API_ENDPOINT
  • VK_API_VERSION

###Examples

TODO later....