detain / myadmin-kayako-chat
Kayako handling plugin for MyAdmin
Package info
github.com/myadmin-plugins/kayako-chat
Type:myadmin-plugin
pkg:composer/detain/myadmin-kayako-chat
v2.0.0
2019-04-04 08:07 UTC
Requires
- php: >=5.0.0
- ext-soap: *
- detain/myadmin-plugin-installer: dev-master
- symfony/event-dispatcher: >=2.8.26
Requires (Dev)
- codacy/coverage: dev-master
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: *
- phpunit/phpunit-mock-objects: *
- satooshi/php-coveralls: *
- vlucas/phpdotenv: *
This package is auto-updated.
Last update: 2026-03-19 15:46:50 UTC
README
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.
Requirements
- PHP >= 5.0
- ext-soap
- symfony/event-dispatcher ^5.0
Installation
Install via Composer:
composer require detain/myadmin-kayako-chat
Usage
The 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
Running Tests
composer install vendor/bin/phpunit
License
Licensed under the LGPL-2.1. See LICENSE for details.