myhelpdesk/custom-core-framework

UVDesk Community Helpdesk Core Framework Bundle

dev-main 2021-07-23 06:17 UTC

This package is auto-updated.

Last update: 2024-03-29 04:33:16 UTC


README

68747470733a2f2f73332d61702d736f757468656173742d312e616d617a6f6e6177732e636f6d2f63646e2e75766465736b2e636f6d2f75766465736b2f62756e646c65732f7765626b756c64656661756c742f696d616765732f75766465736b2d776964652e737667

Latest Stable Version Total Downloads License connect on gitter

The standalone CoreFrameworkBundle lies at the heart of the UVDesk Community helpdesk, providing the core essential functionalities and integration tools to easily integrate any other community helpdesk packages, furhter extending the capabilities of the helpdesk system.

The core framework bundle comes loaded with the following features:

  • Ticket Query System - Easily transform your customer queries into tickets

  • Mailboxes - Pipeline your support email mailboxes directly into tickets for easy query managment

  • Email Templates - Draft your frequent query responses to improve your productivity and minimize response time

  • User Management System - Easily manage your support staff members into Admins, Groups & Teams with varying level of system privileges

Installation

This bundle can be easily integrated into any Symfony application (though it is recommended that you're using Symfony 4, or your project has a dependency on Symfony Flex, as things have changed drastically with the newer Symfony versions). Before continuing, make sure that you're using PHP 7 or higher and have Composer installed. You also need to ensure that you have the following PHP extensions installed:

To require the core framework bundle into your symfony project, simply run the following from your project root:

$ composer require myhelpdesk/custom-core-framework

License

The CoreFrameworkBundle and libraries included within the bundle are released under the MIT or BSD license.