redokun / customer-guru-api
customer.guru API 的简单包装器
1.0.0
2016-09-13 06:44 UTC
Requires
- php: >=5.5
- ext-curl: *
- zendframework/zend-http: ^2.5
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2024-09-28 20:03:32 UTC
README
customer.guru API 的简单包装器 customer.guru
此库基于 API 的第一个版本(v1)
用法
<?php $guru = new CustomerGuru("api_key", "api_secret"); $guru->sendSurvey("test@example.com", new \DateTime('now'));
查看 sendSurvey() 方法的 PHP docblock 以获取更多参数