redokun/customer-guru-api

Simple wrapper for customer.guru API

1.0.0 2016-09-13 06:44 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:29:55 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