Download the PHP package kaoriel/vkelips without Composer
On this page you can find all versions of the php package kaoriel/vkelips. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kaoriel/vkelips
More information about kaoriel/vkelips
Files in kaoriel/vkelips
Download kaoriel/vkelips
More information about kaoriel/vkelips
Files in kaoriel/vkelips
Vendor kaoriel
Package vkelips
Short Description Wrapper for VK api, which makes it more convenient to work with VK bots
License MIT
Package vkelips
Short Description Wrapper for VK api, which makes it more convenient to work with VK bots
License MIT
Please rate this library. Is it a good library?
Informations about the package vkelips
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....
All versions of vkelips with dependencies
PHP Build Version
Package Version
Requires
orchestra/testbench Version
7.3.0
phpunit/phpunit Version ^9.5.10
illuminate/database Version ^9.0
illuminate/support Version ^9.0
illuminate/console Version ^9.0
phpunit/phpunit Version ^9.5.10
illuminate/database Version ^9.0
illuminate/support Version ^9.0
illuminate/console Version ^9.0
The package kaoriel/vkelips contains the following files
Loading the files please wait ....