定制 appsero/updater 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

appsero/updater

最新稳定版本:v2.3.5

Composer 安装命令:

composer require appsero/updater

包简介

Appsero client updater module

README 文档

README

Version 2.3.5

  • Fixed: Missing methods added to prevent a fatal error

Version 2.3.4

  • Fixed: Plugin update message do not display after dependent plugin version update

Version 2.3.3

Depenct

At first you need to isntall Appseo Client

Installation

You can install AppSero Client Updater in two ways, via composer and manually.

1. Composer Installation

Add dependency in your project (theme/plugin):

composer require appsero/updater

Now add autoload.php in your file if you haven't done already.

require __DIR__ . '/vendor/autoload.php';

2. Manual Installation

Clone the repository in your project.

cd /path/to/your/project/folder
git clone https://github.com/AppSero/updater.git updater
Now include the dependencies in your plugin/theme.
if (! class_exists('Appsero\Updater')) {
  require __DIR__ . '/updater/src/Updater.php';
}

Usages

$client = new Appsero\Client( 'a4a8da5b-b419-4656-98e9-4a42e9044891', 'Akismet', __FILE__ );

// Active automatic updater
Appsero\Updater::init($client);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-12-06