Skip to content
View gindowcloud's full-sized avatar
Block or Report

Block or report gindowcloud

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gindowcloud/README.md

Gindow Cloud PHP SDK

Requirement

  1. PHP >= 7.2
  2. Composer

Installation

$ composer require "gindowcloud/gindowcloud"

$ php artisan vendor:publish --provider="GindowCloud\Provider"

Config .env

  • GINDOW_URL =
  • GINDOW_CLIENT_ID =
  • GINDOW_CLIENT_SECRET =

Usage

use GindowCloud\Facades\Settings;
use GindowCloud\Facades\Sms;
use GindowCloud\Facades\Captcha;
use GindowCloud\Facades\Asset;

// Settings
Settings::set('site_name', 'My Site');
Settings::get('site_name', 'Default');
Settings::all();

// Sms
Sms::send('13966668888', 'Hello World');

// Authentication
Captcha::send('13966668888');
Captcha::check('13966668888', '1234');

// Asset
Asset::upload($file);

Popular repositories

  1. datax datax Public

    DataX Web 可视化任务管理

    Vue 7 1

  2. element-go element-go Public

    基于 Element Plus 扩展常用的业务组件

    Vue 2 3

  3. gindowcloud gindowcloud Public

    PHP

  4. docker-hive docker-hive Public

    Shell

  5. assets assets Public