yzh52521/think-aliyun

This is a thinkphp expansion for the Aliyun

dev-main 2023-02-09 03:55 UTC

This package is auto-updated.

Last update: 2024-04-09 06:32:47 UTC


README

This is a aliyun expansion for the think

License Latest Stable Version Total Downloads

接口支持

  • CDN
  • 实人认证
  • 云推送
  • DM 邮件推送
  • DNS
  • DOMAIN 域名
  • 内容安全
  • HTTPDNS
  • JAQ 移动安全
  • MTS 媒体转码
  • SCDN 域名操作
  • SMS短信
  • VOD 视频点播
  • VPC 弹性Ip

环境需求

  • PHP >= 7.4

安装

composer require yzh52521/think-aliyun

使用

try {
	$cdn = Aliyun::service('cdn');
	$cdn->RefreshObjectCaches([
		'ObjectPath' => [
			'http://www.baidu.com',
		],
		'ObjectType' => 'File'
	]);
} catch (\Exception $e) {
	print_r($e->getMessage());
}

说明

如果你对这个接口感兴趣,可以直接提交PR来合并更新。工作日工作时间,基本能实时响应合并。