Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 418 Bytes

Zendesk

Cakephp 2.3+ Zendesk Plugin

Add the following to your project's Config/bootstrap.php

CakePlugin::loadAll(array('Zendesk'));

Add the following to your projects Config/database.php and edit as necessary

public $Zendesk = array(
	'datasource' => 'Zendesk.ZendeskSource',
	'host' => 'yoursubdomain.zendesk.com',
	'apiUser' => 'Your user email addres',
	'apiKey' => 'Your api key'