redokun / customer-guru-api
Simple wrapper for customer.guru API
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/redokun/customer-guru-api
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: 2025-09-28 00:50:53 UTC
README
Simple wrapper for customer.guru API
This library is based on the first version (v1) of the API
Usage
<?php $guru = new CustomerGuru("api_key", "api_secret"); $guru->sendSurvey("test@example.com", new \DateTime('now'));
See PHP docblock of the sendSurvey() method for more parameters