Skip to content

redokun/customer-guru-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customer.guru PHP API v1

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

About

Simple wrapper for customer.guru API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages