linkorb / contactbase-client-php
ContactBase API客户端
v1.0.2
2016-07-12 11:27 UTC
Requires
- php: >=5.3
- guzzlehttp/guzzle: ^6.0
Requires (Dev)
- ext-curl: *
This package is auto-updated.
Last update: 2024-08-29 04:09:11 UTC
README
PHP库,用于通过ContactBase API与contactbase交互。
在项目中使用库
contactbase-client-php可在packagist上使用。要使用它,请将以下内容添加到您的composer.json
文件中,并运行composer update
{ "require": { "linkorb/contactbase-client-php": "~1.0" } }
示例
请参考示例目录中的示例代码