https://github.com/hopex-development/laravel-vk-sdk
The VK API SDK library is developed for the Laravel framework, it allows you to use most of the modules of the VKontakte social network simply.
https://github.com/hopex-development/laravel-vk-sdk
laravel laravel9 php8 vk-api vk-sdk
Last synced: 4 months ago
JSON representation
The VK API SDK library is developed for the Laravel framework, it allows you to use most of the modules of the VKontakte social network simply.
- Host: GitHub
- URL: https://github.com/hopex-development/laravel-vk-sdk
- Owner: Hopex-Development
- License: other
- Created: 2022-10-12T14:11:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T00:51:39.000Z (over 2 years ago)
- Last Synced: 2025-05-15T10:07:45.586Z (about 1 year ago)
- Topics: laravel, laravel9, php8, vk-api, vk-sdk
- Language: PHP
- Homepage: https://packagist.org/packages/hopex/laravel-vk-sdk
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About
The VK API SDK library is developed for the Laravel framework, it will allow you to use most of the modules of the VK
social network simply. We have linked VK entities to each other in such a way that you can quickly build the
sub-queries. The library provides a good foundation for deploying complex bots.
## Installing
Run the command using [composer](https://getcomposer.org/):
```shell
composer req hopex/vk-api-sdk
```
Publish resources:
```shell
php artisan vendor:publish --tag=vk-sdk-config --tag=vk-sdk-lang --tag=vk-sdk-storage --tag=vk-sdk-database --force
```
Correctly fill in the published configuration, after which transfer the necessary tables and fill in the data from the
configuration:
```shell
php artisan migrate
php artisan db:seed --class=VkApplicationSeeder
```
## License
The VK API SDK for Laravel framework is open-sourced software licensed under
the [MIT license](https://opensource.org/licenses/MIT).