PHPackages                             innclod/helpdesk-client-php - 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. innclod/helpdesk-client-php

ActiveLibrary

innclod/helpdesk-client-php
===========================

SDK cliente PHP y Laravel para conectar e interactuar con la API Helpdesk Appclod de forma segura.

00PHP

Since Jul 23Pushed todayCompare

[ Source](https://github.com/innclod-sas/int-helpdesk-php-client)[ Packagist](https://packagist.org/packages/innclod/helpdesk-client-php)[ RSS](/packages/innclod-helpdesk-client-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Innclod HelpDesk Client (PHP)
=============================

[](#innclod-helpdesk-client-php)

Librería cliente SDK para integrarse de forma segura con la API de Mesa de Ayuda (Helpdesk) de Appclod sin exponer las llaves de seguridad en el frontend.

---

Instalación
-----------

[](#instalación)

```
composer require innclod/helpdesk-client-php
```

### Requisitos

[](#requisitos)

- PHP &gt;= 7.4
- Extensión `json`

---

Uso
---

[](#uso)

### 1. Obtener Token en el Backend

[](#1-obtener-token-en-el-backend)

Genera un token temporal para el widget asociándolo al correo del usuario:

```
use Innclod\HelpdeskClient\HelpdeskClient;

$helpdesk = new HelpdeskClient(
    'TU_CLIENT_ID',
    'TU_CLIENT_SECRET',
    'https://api.tuservicio.com/api/v1'
);

$scopedToken = $helpdesk->generateWidgetToken('usuario@correo.com');
```

### 2. Inicializar Widget en el Frontend

[](#2-inicializar-widget-en-el-frontend)

Pasa el token obtenido al frontend para inicializar el widget:

```

    HelpdeskWidget.init({
        token: '',
        apiBaseUrl: 'https://api.tuservicio.com/api/v1',
        user: {
            email: 'usuario@correo.com'
        }
    });

```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51246708?v=4)[InnClod\_RR](/maintainers/innclod)[@innclod](https://github.com/innclod)

---

Top Contributors

[![miguel-innclod](https://avatars.githubusercontent.com/u/308534883?v=4)](https://github.com/miguel-innclod "miguel-innclod (5 commits)")[![mpaulainnclod](https://avatars.githubusercontent.com/u/197980647?v=4)](https://github.com/mpaulainnclod "mpaulainnclod (1 commits)")

### Embed Badge

![Health badge](/badges/innclod-helpdesk-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/innclod-helpdesk-client-php/health.svg)](https://phpackages.com/packages/innclod-helpdesk-client-php)
```

PHPackages © 2026

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