dcloud for thinkphp

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

gitee.com/laoqianjunzi/dcloud

Homepage

Issues

pkg:composer/laoqianjunzi/dcloud

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

1.0 2023-09-15 02:07 UTC

This package is not auto-updated.

Last update: 2024-03-16 02:30:32 UTC


README

The ThinkPHP5 dcloud

安装

一、执行命令安装

composer require laoqianjunzi/dcloud

或者

二、安装

安装
"require": {
        "laoqianjunzi/dcloud":"1.*"
},

使用

添加配置文件

return [
   
];

使用方法

use dcloud\CloudFunctions;

$data = app()->request->post();
$phone = app()->make(CloudFunctions::class)->univerify($data);