arvinlp/smm-sdk

dev-main 2022-03-28 13:38 UTC

This package is auto-updated.

Last update: 2025-06-28 20:27:12 UTC


README

add this to composer.json and run composer update"

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

php artisan vendor:publish --provider="Arvinlp\SmmSDK\SmmSDKServiceProvider" and add to .env

SMM_SDK_URL=YOURAPIURL
SMM_SDK_KEY=YOURAPIKEY