simialbi/yii2-ews
最新稳定版本:0.4.0
Composer 安装命令:
composer require simialbi/yii2-ews
包简介
Exchange web services extension for yii2
README 文档
README
This extension provides an interface to work with Exchange Web Services. It's based on php-ews.
Resources
Installation
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require --prefer-dist simialbi/yii2-ews
or add
"simialbi/yii2-ews": "^1.0.0"
to the require section of your composer.json.
Configuration
To use this extension, configure ews component in your application config:
'components' => [ 'ews' => [ 'class' => 'simialbi\yii2\ews\Connection', 'server' => 'my-exchange.server.com', 'username' => 'administrator', 'password' => 'superSafePassword', // 'enableLogging' => true //TODO extend ], ],
| Parameter | Description |
|---|
Usage
TODO
License
yii2-ews is released under MIT license. See bundled LICENSE for details.
统计信息
- 总下载量: 974
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-22