uvdesk/extension-framework 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

uvdesk/extension-framework

Composer 安装命令:

composer require uvdesk/extension-framework

包简介

UVDesk Community Helpdesk Extension Framework Bundle

README 文档

README

Latest Stable Version Total Downloads License connect on gitter

The extension framework bundle empowers merchants and developers alike with the ability to utilize the full benefits of the uvdesk community.

Whether you're a merchant looking for solutions to extend the capabilities of your helpdesk system, or a developer looking to roll out their own solutions for other merchants to use, the extension framework bundle provides you with all the tools necessary to easily build powerful integrations.

Installation

Before installing, make sure that you have Composer installed.

To require the extension framework bundle into your uvdesk community helpdesk project, simply run the following from your project's root:

$ composer require uvdesk/extension-framework

Installing packages

To add packages to your helpdesk system, simply copy the desired packages into your project's apps directory as per the name of the package.

Example: Suppose if we want to integrate the uvdesk/ecommerce package to our helpdesk system, we'll simply copy the package to the apps/uvdesk/ecommerce directory relative to our project's root.

Once you've copied all the packages you would like to integrate into your helpdesk system, run the following command from your project's root:

$ php bin/console uvdesk_extensions:configure-extensions

This command will automatically search and configure any available packages found within the apps directory. Once your packages have been configured successfully, they are ready for use.

Please Note:

Although running this command alone should take care of the entire package installation process, your helpdesk system may require some futher additional configurations varying from package to package in order to ensure they work as expected.

Therefore, it is usually a good idea to also follow up running the extension configurations command with the following commands as well:

$ php bin/console assets:install
$ php bin/console doctrine:migrations:diff
$ php bin/console doctrine:migrations:migrate

These commands will install any missing web assets as well as update your database with any entities found within the packages.

License

The UVDesk Extension Framework Bundle and libraries included within the bundle are released under the OSL-3.0 license

uvdesk/extension-framework 适用场景与选型建议

uvdesk/extension-framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 38.52k 次下载、GitHub Stars 达 16, 最近一次更新时间为 2019 年 07 月 25 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 uvdesk/extension-framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 uvdesk/extension-framework 我们能提供哪些服务?
定制开发 / 二次开发

基于 uvdesk/extension-framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 38.52k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 17
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 16
  • Watchers: 8
  • Forks: 22
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-07-25