PHPackages                             noname007/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. noname007/yii2-ews

ActiveYii2-extension

noname007/yii2-ews
==================

a simple wrapper for php-ews

v0.4.0(6y ago)3169[1 PRs](https://github.com/noname007/yii2-ews/pulls)LGPL-3.0-or-laterPHP

Since Feb 25Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (10)Used By (0)

yii2-ews
========

[](#yii2-ews)

a simple wrapper for php-ew

### about service application account

[](#about-service-application-account)

ews docs:

### install

[](#install)

```
php composer.phar require noname007/yii2-ews
```

### config

[](#config)

```
....

   component => [
        ...
        'ews' => [
            'class' => Ews::class,
            'host' => 'exchange serve domain',
            'password' => 'service application account',
            'username' => 'service application account',
        ]
   ]

...
..
```

### usage

[](#usage)

```
$ews = Yii::$app->ews;

$ews->impersonateByPrimarySmtpAddress('impersonated people email');

$guests =[
    new Guests(
        array('name' => 'John', 'email' => 'noname007@githubc.com',)
    ),
];

$ews->createAppointment(new DateTime("@".(time() + 15 * 60)),
    new DateTime('@'.(time() + 30 * 60)),
    'subject text',
    $guests
);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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 ~10 days

Total

8

Last Release

2196d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25a47831c82f89901b7eacd2f3351611e7eace2985260af38134e6728f6e6b76?d=identicon)[noname007](/maintainers/noname007)

---

Top Contributors

[![noname007](https://avatars.githubusercontent.com/u/8514816?v=4)](https://github.com/noname007 "noname007 (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

ewsphp-ewsyii2yii2-extension

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)

PHPackages © 2026

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