Download the PHP package firstphp/dingtalk without Composer
On this page you can find all versions of the php package firstphp/dingtalk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download firstphp/dingtalk
More information about firstphp/dingtalk
Files in firstphp/dingtalk
Download firstphp/dingtalk
More information about firstphp/dingtalk
Files in firstphp/dingtalk
Vendor firstphp
Package dingtalk
Short Description 钉钉开发组件 for hyperf
License MIT
Homepage http://www.firstphp.com/
Package dingtalk
Short Description 钉钉开发组件 for hyperf
License MIT
Homepage http://www.firstphp.com/
Please rate this library. Is it a good library?
Informations about the package dingtalk
firstphp-dingtalk
钉钉开发组件 for hyperf
安装组件:
composer require firstphp/dingtalk
发布配置:
php bin/hyperf.php vendor:publish firstphp/dingtalk
或
cp vendor/firstphp/dingtalk/src/publish/dingtalk.php config/autoload
编辑.env配置:
DINGTALK_URL=https://oapi.dingtalk.com/
DINGTALK_APPID=dingoavde8e9au3bzeoaew
DINGTALK_APPSECRET=l03242xmoe3YBnQVgaVbxKRPVxNHdFIg6YjkY0qowDtnhuqdqRwS3D9OXAU3G4mX
示例代码:
use Firstphp\Dingtalk\DingtalkInterface;
......
/**
* @Inject
* @var DingtalkInterface
*/
protected $dingtalkInterface;
public function test() {
$res = $this->dingtalkInterface->gettoken();
var_dump($res);
}
All versions of dingtalk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package firstphp/dingtalk contains the following files
Loading the files please wait ....