xedelweiss / vk-api-wrapper
VK API 包装器
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: 2024-09-19 10:31:20 UTC
README
composer require xedelweiss/vk-api-wrapper
使用说明
$vk = new VkApi\Connection($appId, $appKey, $accessToken);
$result = $vk->...; // Следуй подсказкам IDE
感谢
- 感谢 Andreas Lutro 为 PHP cURL,简单的 PHP cURL 包装类 (https://github.com/anlutro/php-curl)
- 感谢 Brian Nesbitt 为 Carbon,一个简单的 PHP API 扩展用于 DateTime (https://github.com/briannesbitt/carbon)
- 感谢 Intervention 为 Image,PHP 图像处理 (https://github.com/Intervention/image)
- 感谢 Sebastian Bergmann 为 PHPUnit,PHP 单元测试框架 (https://github.com/sebastianbergmann/phpunit)
- 感谢 Symfony 为 VarDumper,VarDumper 组件 (https://github.com/symfony/var-dumper)