bmlt/bmlt-satellite-driver 问题修复 & 功能扩展

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

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

bmlt/bmlt-satellite-driver

Composer 安装命令:

composer require bmlt/bmlt-satellite-driver

包简介

Provides low-level communication to the BMLT Root Server.

README 文档

README

This is a class that is to be used by PHP coders, for writing custom satellite implementations of the BMLT (Basic Meeting List Toolbox).

It is a class that handles the controller layer in the BMLT client/server system. This class will deal with all HTTP interactions, and uses the JSON interface of the BMLT root server to operate.

It is designed to provide a functional interface to a communication infrastructure for BMLT satellites. It communicates with the root server using the JSON variant of the REST interface.

This class will not use a class to hold transactions or parameters. This is because the fox ain't worth the chase That being said, transactions can be serialized and restored. This class is to be used as a "driver," not a communication stack. It is up to the implementation to do things like manage multiple transactions and whatnot.

REQUIREMENTS

This class requires a root server version of at least 1.8.1, and 1.8.31 introduces some new details that will add more capability. It MAY work with older root servers, but there are no guarantees as to the level of functionality available.

INSTALLATION

Simply include the bmlt_satellite_controller.class.php file, and instantiate an instance of bmlt_satellite_controller.

See the unit_test.php and application_test.php files for usage examples.

This class is used in all of the current CMS satellite classes, via the BMLT Satellite Base Class

CHANGELIST

**Version 1.1.1 ** - November 12, 2023

  • Fixed warning using strcmp with null.

**Version 1.1.0 ** - September 6, 2022

  • Converted all XML endpoints to JSON.

**Version 1.0.19 ** - October 31, 2018

  • Adding composer.json file to allow this to be pulled in to other projects easier.

**Version 1.0.18 ** - November 10, 2017

  • The spoofed user agent in the call_curl function caused problems with some security software. I changed it to one that I hope works better.

**Version 1.0.17 ** - June 17, 2017

  • Added a workaround for some non-standard SSL certs.

**Version 1.0.16 ** - March 19, 2017

  • Fixed a couple of extremely minor issues in the call_curl method that could cause warnings.

**Version 1.0.15 ** - March 17, 2017

  • Added a blank "index.php" file to prevent dir listings.

**Version 1.0.14 ** - May 2, 2016

  • Adjusted the README to compensate for Atlassian's new format.
  • Added Doxygen documentation.

**Version 1.0.13 ** - April 21, 2016

  • Got rid of the useless and non-functional application test.
  • Replaced tabs with spaces (detabbed).
  • Fixed up this README a bit.

**Version 1.0.12 ** - April 15, 2016

  • Changes to documentation -that's all.

**Version 1.0.11 ** - July 31, 2014

  • Added a useragent to the cal_curl function, as some servers may block cURL.

**Version 1.0.10 ** - May 10, 2013

  • Fixed some warnings for strict mode.

**Version 1.0.9 ** - April 18, 2013

  • Fixed an issue with the curl call that might interfere with sessions.

**Version 1.0.8 ** - April 16, 2013

  • Fixed an issue that gave Drupal 7 fits.

**Version 1.0.7 ** - March 29, 2013

  • Added a bit of code to preserve the session across the call.

**Version 1.0.6 ** - June 26, 2011

  • Fixed the Service Body bug I introduced when I added it.

**Version 1.0.5 ** - June 25, 2011

  • Added the Service body ID to the Changes function. NOTE: Requires Root server version 1.8.32 or greater.

**Version 1.0.4 ** - June 7, 2011

  • Moved the project to GitHub
  • Added the capability to extract more information about Service bodies. NOTE: Requires Root server version 1.8.31 or greater.
  • Added the capability to look up changes for just one meeting (by ID). NOTE: Requires Root server version 1.8.31 or greater.

bmlt/bmlt-satellite-driver 适用场景与选型建议

bmlt/bmlt-satellite-driver 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.54k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 11 月 16 日, 在 PHP 生态内属于活跃度较高的组件。

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

围绕 bmlt/bmlt-satellite-driver 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-16