PHPackages                             vmeretail/servicedeskify-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. vmeretail/servicedeskify-php-sdk

ActiveLibrary[API Development](/categories/api)

vmeretail/servicedeskify-php-sdk
================================

The ServiceDeskify helpdesk PHP library provides convienient access to VmeRetail's ServiceDeskify api from apps written in PHP. It includes a pre-defined set of classes for API resources.

v2.1.0(1y ago)019.5k↓50%MITPHPPHP ~7.0|~8.0

Since Nov 7Pushed 1y ago4 watchersCompare

[ Source](https://github.com/vmeretail/servicedeskify-php-sdk)[ Packagist](https://packagist.org/packages/vmeretail/servicedeskify-php-sdk)[ RSS](/packages/vmeretail-servicedeskify-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (20)Used By (0)

### Service Deskify Helpdesk PHP

[](#service-deskify-helpdesk-php)

The ServiceDeskify helpdesk PHP library provides convienient access to VmeRetail's ServiceDeskify api from apps written in PHP. It includes a pre-defined set of classes for API resources.

### Composer

[](#composer)

We recommend installing this library via composer;

```
composer require vmeretail/servicedeskify-php-sdk

```

Along with composer's autoloader:

```
require 'vendor/autoload.php';

```

You can later pull the latest changes.

```
composer update

```

### Dependencies

[](#dependencies)

[guzzlehttp/guzzle](https://packagist.org/packages/guzzlehttp/guzzle)

### Getting Started

[](#getting-started)

Create an authenticated client first in order to get access to the API exposed by ServiceDeskify. The credentials and keys are provided by VmeRetail.

```
(new \VmeRetail\ServiceDeskify\Http\PublicClient())
->setBaseUrl(\VmeRetail\ServiceDeskify\ServiceDeskifyConstants::HELPDESK_API_URL_TEST)
->authenticate('example@vmeretail.com', 'password', '2', 'client_secret_SNo1LKmrXdUTdjTdb1bC4eZ6l');

```

After, you would be able to access an API resource like so:

```
$incidentsApi = new \VmeRetail\ServiceDeskify\Incidents();

```

And be able to make API calls:

```
$serviceDeskifyResponseObject = $incidentsApi->create([ //...properties ]);

```

Then you are able to get the body of the response as a JSON object:

```
$serviceDeskifyResponseObject->getBodyAsJson();

```

### Reference API

[](#reference-api)

Details about the properties that are to be passed in and responses can be found ()

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance40

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~169 days

Recently: every ~343 days

Total

12

Last Release

510d ago

Major Versions

v1.1.2 → v2.0.02024-01-02

PHP version history (2 changes)v1.0.1PHP &gt;=5.6.4

v1.1PHP ~7.0|~8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0451216a3489adc55fa7ee59219d8e78ec22ad0124a0753c3478fbbcbd8b415?d=identicon)[pmartelletti](/maintainers/pmartelletti)

---

Top Contributors

[![AndreVME](https://avatars.githubusercontent.com/u/28352370?v=4)](https://github.com/AndreVME "AndreVME (12 commits)")[![guillermovme](https://avatars.githubusercontent.com/u/39256057?v=4)](https://github.com/guillermovme "guillermovme (8 commits)")[![erikacamilleri](https://avatars.githubusercontent.com/u/14978900?v=4)](https://github.com/erikacamilleri "erikacamilleri (5 commits)")[![pmartelletti](https://avatars.githubusercontent.com/u/557390?v=4)](https://github.com/pmartelletti "pmartelletti (1 commits)")

### Embed Badge

![Health badge](/badges/vmeretail-servicedeskify-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/vmeretail-servicedeskify-php-sdk/health.svg)](https://phpackages.com/packages/vmeretail-servicedeskify-php-sdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
