banckle/helpdesk-sdk-php

There is no license information available for the latest version (dev-master) of this package.

This repository contains Banckle.Helpdesk SDK for PHP source code. This SDK allows you to work with Banckle.Helpdesk REST API in your PHP applications quickly and easily.

Maintainers

Package info

github.com/BanckleMarketplace/Banckle.Helpdesk-SDK-For-PHP

pkg:composer/banckle/helpdesk-sdk-php

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2014-11-12 10:14 UTC

This package is not auto-updated.

Last update: 2026-03-10 22:37:00 UTC


README

Banckle.Helpdesk SDK for PHP lets PHP developers to work with Banckle.Helpdesk API's in the cloud quickly and easily.

Installation

Add the following line to your composer.json file.

require: {
	"banckle/helpdesk-sdk-php": "dev-master"	
}

Run from terminal.

composer update