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)024.0k↑5278.6%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 yesterday

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 87% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity72

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

564d 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://avatars.githubusercontent.com/u/557390?v=4)[Pablo Maria Martelletti](/maintainers/pmartelletti)[@pmartelletti](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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