uvdesk / core-framework
UVDesk Community Helpdesk Core Framework Bundle
Installs: 29 806
Dependents: 7
Suggesters: 0
Security: 1
Stars: 61
Watchers: 17
Forks: 55
Open Issues: 133
Type:symfony-bundle
Requires
- php: ^7.2.5 || ^8.0
- doctrine/doctrine-bundle: ^2.4
- doctrine/doctrine-fixtures-bundle: ^3.4.0
- doctrine/doctrine-migrations-bundle: ^2.2.2
- knplabs/knp-paginator-bundle: ^5.4.0
Suggests
- uvdesk/automation-bundle: Automate operations within your UVDesk Community Helpdesk System based on pre-defined events triggered from your application
- uvdesk/support-center-bundle: Provide your customers with convenience by introducing the Support Center Portal to your UVDesk Community Helpdesk System
- 1.2.x-dev
- dev-master / 1.2.x-dev
- 1.1.x-dev
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2.2
- v1.1.2.1
- v1.1.2
- v1.1.1
- v1.1.0
- 1.0.x-dev
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.4
- v1.0.3
- v1.0.1
- v1.0.0
- dev-report
- dev-v.1.1.6
- dev-1.1.4-tracker
- dev-1.2_outlook_attachments
- dev-1.2_langselect_postion_issue_dashboard
- dev-1.2_addup
- dev-1.1-custom-fields
- dev-round_robin
This package is auto-updated.
Last update: 2024-11-12 06:49:03 UTC
README
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 uvdesk/core-framework
License
The CoreFrameworkBundle and libraries included within the bundle are released under the MIT or BSD license.