搜索
缓存时间05 现在时间05 缓存数据 “不是我不联系你 而是你给我的感觉 像是我在打扰你。”
查看: 217|回复: 0

阿里云十年CDT监控 多账号PHP版不用放机器里面了

[复制链接]
发表于 2024-9-19 01:46:53 来自手机 | 显示全部楼层 |阅读模式

注册免广告,解锁更好的浏览体验!

您需要 登录 才可以下载或查看,没有账号?注册

×
自行下载阿里云的sdk PHPMailer邮件通知也有 我打包放下面
请自行部署,我就不提供搭建支持了 你们自己摸索把
1000007439.png
给一个阿里云的composer.json内容
{
    "name": "alibabacloud/client",
    "homepage": "https://www.alibabacloud.com/",
    "description": "Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project",
    "keywords": [
        "sdk",
        "tool",
        "cloud",
        "client",
        "aliyun",
        "library",
        "alibaba",
        "alibabacloud"
    ],
    "type": "library",
    "license": "Apache-2.0",
    "support": {
        "source": "https://github.com/aliyun/openapi-sdk-php-client",
        "issues": "https://github.com/aliyun/openapi-sdk-php-client/issues"
    },
    "authors": [
        {
            "name": "Alibaba Cloud SDK",
            "email": "[email protected]",
            "homepage": "http://www.alibabacloud.com"
        }
    ],
    "require": {
        "php": ">=5.5",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-openssl": "*",
        "ext-mbstring": "*",
        "ext-simplexml": "*",
        "ext-xmlwriter": "*",
        "guzzlehttp/guzzle": "^6.3",
        "danielstjules/stringy": "^3.1",
        "mtdowling/jmespath.php": "^2.4",
        "adbario/php-dot-notation": "^2.2",
        "clagiordano/weblibs-configmanager": "^1.0"
    },
    "require-dev": {
        "ext-spl": "*",
        "ext-dom": "*",
        "ext-pcre": "*",
        "psr/cache": "^1.0",
        "ext-sockets": "*",
        "drupal/coder": "^8.3",
        "symfony/dotenv": "^3.4",
        "league/climate": "^3.2.4",
        "phpunit/phpunit": "^4.8.35|^5.4.3",
        "monolog/monolog": "^1.24",
        "composer/composer": "^1.8",
        "mikey179/vfsstream": "^1.6",
        "symfony/var-dumper": "^3.4"
    },
    "suggest": {
        "ext-sockets": "To use client-side monitoring"
    },
    "autoload": {
        "psr-4": {
            "AlibabaCloud\\Client": "src"
        },
        "files": [
            "src/Functions.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "AlibabaCloud\\Client\\Tests": "tests/"
        }
    },
    "config": {
        "preferred-install": "dist",
        "optimize-autoloader": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts-descriptions": {
        "cs": "Tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard.",
        "cbf": "Automatically correct coding standard violations.",
        "fixer": "Fixes code to follow standards.",
        "test": "Run all tests.",
        "unit": "Run Unit tests.",
        "feature": "Run Feature tests.",
        "clearCache": "Clear cache like coverage.",
        "coverage": "Show Coverage html.",
        "endpoints": "Update endpoints from OSS."
    },
    "scripts": {
        "cs": "phpcs --standard=PSR2 -n ./",
        "cbf": "phpcbf --standard=PSR2 -n ./",
        "fixer": "php-cs-fixer fix ./",
        "test": [
            "phpunit --colors=always"
        ],
        "unit": [
            "@clearCache",
            "phpunit --testsuite=Unit --colors=always"
        ],
        "feature": [
            "@clearCache",
            "phpunit --testsuite=Feature --colors=always"
        ],
        "coverage": "open cache/coverage/index.html",
        "clearCache": "rm -rf cache/*",
        "endpoints": [
            "AlibabaCloud\\Client\\Regions\\LocationService::updateEndpoints",
            "@fixer"
        ],
        "release": [
            "AlibabaCloud\\Client\\Release::release"
        ]
    }
}
自行下载吧
代码.zip (4.55 KB, 下载次数: 6) PHPMailer.zip (26.77 KB, 下载次数: 5)



爱生活,爱奶昔~

Powered by Nyarime.

GMT+8, 2024-10-13 05:58 , Processed in 0.025930 second(s), 11 queries , Gzip On, Redis On
发帖际遇·手机版·小黑屋·RSS·奶昔网 |网站地图

登录切换风格
快速回复 返回顶部 返回列表