1.1.1 2018-04-04 03:36 UTC

This package is not auto-updated.

Last update: 2024-09-20 03:09:32 UTC


README

用于操作smm api的类

https://justanotherpanel.com

将此添加到composer.json并运行 composer update"

   "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/backendidsiapps/smm-api"
        }
    ],
  "require": {
    ...
    "backendidsiapps/smm-api": "@dev",
     ...
    }

php artisan vendor:publish --provider="Backendidsiapps\SmmAPI\SmmAPIServiceProvider" 并添加到 .env

SMM_API_KEY=YOURAPIKEY