2017 © Pedro Peláez
 

library dingtalk

钉钉api工具

image

hzted123/dingtalk

钉钉api工具

  • Tuesday, September 12, 2017
  • by hzted123
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,706 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 25 % Grown

The README.md

dingtalk

钉钉api工具, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist hzted123/dingtalk "*"

or add, (*4)

"hzted123/dingtalk": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

Add the following in your console config:, (*7)

return [
    ...
    'components' => [
        ...
        'dingtalk' => [
            'class' => 'hzted123\dingtalk\DingDingAPI',
        ],
    ]
];

Get Department list:, (*8)

$data = Department::query();

The Versions

12/09 2017

dev-master

9999999-dev

钉钉api工具

  Sources   Download

MIT

The Requires

 

by songming

yii2 dingtalk

12/09 2017

1.1

1.1.0.0

钉钉api工具

  Sources   Download

MIT

The Requires

 

by songming

yii2 dingtalk

14/08 2017

1.0

1.0.0.0

钉钉api工具

  Sources   Download

MIT

The Requires

 

by songming

dingtalk