PHP Package: huddledigital/zendesk-laravel

Zendesk integration for Laravel to streamline customer support processes and enhance user experience.

Current Version: 3.9
Last Updated: 2024-04-10
PHP Requirement: >=5.4.0
Dependencies:
illuminate/support
zendesk/zendesk_api_client_php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Zendesk-Laravel library simplifies handling customer queries, tickets, and feedback within Laravel projects. It provides a seamless interface for managing Zendesk tickets, user interactions, and support requests, improving overall customer engagement and satisfaction. The library offers extensive customization options and robust features to optimize customer support workflows.

🔗 View on GitHub

Download Latest Version: 3.9

Download Download v3.9

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/huddledigital/zendesk-laravel/3.9/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';
require_once 'libs/zendesk/zendesk_api_client_php/4.1.0/loader.php';

use Illuminate\Support\ServiceProvider;
use Zendesk\ZendeskAPI;

$obj = new ServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.