PHPackages                             simialbi/yii2-ews - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. simialbi/yii2-ews

ActiveYii2-extension[API Development](/categories/api)

simialbi/yii2-ews
=================

Exchange web services extension for yii2

0.4.0(1y ago)29742MITPHPPHP &gt;=8.0CI passing

Since Sep 11Pushed 1w ago1 watchersCompare

[ Source](https://github.com/simialbi/yii2-ews)[ Packagist](https://packagist.org/packages/simialbi/yii2-ews)[ RSS](/packages/simialbi-yii2-ews/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

Exchange Web Services for yii2 (ActiveRecord-like models)
=========================================================

[](#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](https://github.com/jamesiarmes/php-ews).

[![Latest Stable Version](https://camo.githubusercontent.com/d501a4f34fa58dde47f9b36a915bdb303050a4b4726864852b1029c5ad0bea11/68747470733a2f2f706f7365722e707567782e6f72672f73696d69616c62692f796969322d6577732f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/simialbi/yii2-rest-client)[![Total Downloads](https://camo.githubusercontent.com/17133ae61a65a1fa18d8768cd083af9a26cd9b88ec6f27c07d46599633454aa5/68747470733a2f2f706f7365722e707567782e6f72672f73696d69616c62692f796969322d6577732f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/simialbi/yii2-rest-client)[![License](https://camo.githubusercontent.com/6ad3e7c319a5728eed673ddaa0be53eaa3d979b27e3b0961dc12c8f38af5468c/68747470733a2f2f706f7365722e707567782e6f72672f73696d69616c62692f796969322d6577732f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/simialbi/yii2-rest-client)[![Build Status](https://github.com/simialbi/yii2-ews/actions/workflows/build.yml/badge.svg)](https://github.com/simialbi/yii2-ews/actions/workflows/build.yml)

Resources
---------

[](#resources)

- [php-ews](https://github.com/jamesiarmes/php-ews)
- [EWS Reference](https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/web-services-reference-for-exchange)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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
-------------

[](#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
        ],
    ],
```

ParameterDescriptionUsage
-----

[](#usage)

> TODO

License
-------

[](#license)

**yii2-ews** is released under MIT license. See bundled [LICENSE](LICENSE) for details.

###  Health Score

39

↑

LowBetter than 86% of packages

Maintenance75

Regular maintenance activity

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~177 days

Total

4

Last Release

441d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3023342?v=4)[simialbi](/maintainers/simialbi)[@simialbi](https://github.com/simialbi)

---

Top Contributors

[![Sandritsch91](https://avatars.githubusercontent.com/u/17873124?v=4)](https://github.com/Sandritsch91 "Sandritsch91 (5 commits)")

---

Tags

active-recordarewsyii2apiyii2exchangeewsexchange web services

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/simialbi-yii2-ews/health.svg)

```
[![Health](https://phpackages.com/badges/simialbi-yii2-ews/health.svg)](https://phpackages.com/packages/simialbi-yii2-ews)
```

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
