xedelweiss / vk-api-wrapper
VK API wrapper
dev-master
2016-03-01 15:31 UTC
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-02-06 12:08:35 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)