xedelweiss / vk-api-wrapper
VK API wrapper
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/xedelweiss/vk-api-wrapper
Requires
- anlutro/curl: ^1.3
- intervention/image: ^2.3
- nesbot/carbon: ^1.20
Requires (Dev)
- phpunit/phpunit: ^4.8
- symfony/var-dumper: ^2.7
This package is not auto-updated.
Last update: 2025-10-02 15:06:53 UTC
README
composer require xedelweiss/vk-api-wrapper
Использование
$vk = new VkApi\Connection($appId, $appKey, $accessToken);
$result = $vk->...; // Следуй подсказкам IDE
Благодарность
- Andreas Lutro за PHP cURL, Simple PHP cURL wrapper class (https://github.com/anlutro/php-curl)
- Brian Nesbitt за Carbon, A simple PHP API extension for DateTime (https://github.com/briannesbitt/carbon)
- Intervention за Image, PHP Image Manipulation (https://github.com/Intervention/image)
- Sebastian Bergmann за PHPUnit, The PHP Unit Testing framework (https://github.com/sebastianbergmann/phpunit)
- Symfony за VarDumper, The VarDumper Component (https://github.com/symfony/var-dumper)