Skip to content

phikai/freshdesk-rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FreshDesk.com PHP API Wrapper

Highlights

Provides Methods for Interacting with Tickets and Surveys

Ways To Improve

  1. Error handling is ok, but could be improved.
  2. Not 100% consistent with return types, check method comments.

Usage

  1. Copy the FreshdeskRest.php into your project.
  2. Here's some code.
<?php

require_once("FreshdeskRest.php");
$fd = new FreshdeskRest("yoursubdomain.freshdesk.com", "your_username", "your_password");

About

Wrapper Class that Implements the FreshDesk API in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%