Skip to content

AR like Implementation for Exchange Web Services for the Yii2 Framework

License

Notifications You must be signed in to change notification settings

simialbi/yii2-ews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange Web Services for yii2 (ActiveRecord-like models)

This extension provides an interface to work with Exchange Web Services. It's based on php-ews.

Latest Stable Version Total Downloads License Build Status

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.

About

AR like Implementation for Exchange Web Services for the Yii2 Framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages