Skip to content

cwsterling/php-mojo-helpdesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-mojo-helpdesk

PHP Implementation of the Mojo Helpdesk API

Include the autoload file.

include('autoload.php

Tickets Methods:

Get List of Tickets

$tickets = new Tickets($key,$url);
$allTickets = $tickets->ListAllTickets();

About

PHP Implementation of the Mojo Helpdesk API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages