A MyAdmin plugin that integrates Kayako Live Chat functionality into the hosting management platform. This package provides event-driven hooks for managing chat-related settings, menu entries, and dependency requirements through the Symfony EventDispatcher component.
- PHP >= 5.0
- ext-soap
- symfony/event-dispatcher ^5.0
Install via Composer:
composer require detain/myadmin-kayako-chatThe plugin registers itself through the MyAdmin plugin system and provides event handlers for:
- Menu integration - Adds Kayako-related entries to the admin menu
- Dependency loading - Registers required classes and includes
- Settings management - Integrates with the MyAdmin settings subsystem
composer install
vendor/bin/phpunitLicensed under the LGPL-2.1. See LICENSE for details.