arvinlp/smm-sdk

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/arvinlp/smm-sdk

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

This package is auto-updated.

Last update: 2025-12-28 21:30:01 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