PHPackages                             somecoding/ews-auth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. somecoding/ews-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

somecoding/ews-auth
===================

provides an Zend Authentication Adapter for EWS

2.0.0(6y ago)0177MITPHPCI passing

Since Apr 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/somecoding/ews-auth)[ Packagist](https://packagist.org/packages/somecoding/ews-auth)[ Docs](https://github.com/Dwarfex/ews-auth)[ RSS](/packages/somecoding-ews-auth/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

EWS-Authentication Adapter
==========================

[](#ews-authentication-adapter)

This is an EWS authentication adapter for laminas/laminas-authentication. It may be used to authenticate against a OWA / EWS System. It might be useful for you when you have an external application with users from a AD-domain and an LDAP server is not available.

How to install
--------------

[](#how-to-install)

For installing you currently need to specify a version of this project as this project is currently not stable.

Simply do: "composer require somecoding/ews-auth:0.0.x" in your project where x ist the latest version number.

Usage:
------

[](#usage)

```
$username = 'test-account';
$password = 'test-password';
$options = [
    'server' => 'owa.example.com',
    'domain' => 'example', // optional (is added in front of username: example\username)
    'clientVersion' => 'Exchange2013_SP1' //optional
];
$auth = new \EwsAuthAdapter\Ews($options, $username, $password);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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

3

Last Release

2244d ago

Major Versions

0.0.1 → 1.0.02019-04-04

1.0.0 → 2.0.02020-03-23

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laminasAuthenticationzendewsOWADwarfex

### Embed Badge

![Health badge](/badges/somecoding-ews-auth/health.svg)

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

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k272.7M162](/packages/google-auth)[pragmarx/google2fa

A One Time Password Authentication package, compatible with Google Authenticator.

2.0k82.4M164](/packages/pragmarx-google2fa)[paragonie/sodium_compat

Pure PHP implementation of libsodium; uses the PHP extension if it exists

934131.6M155](/packages/paragonie-sodium-compat)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[pragmarx/google2fa-qrcode

QR Code package for Google2FA

12024.6M37](/packages/pragmarx-google2fa-qrcode)[laminas/laminas-authentication

provides an API for authentication and includes concrete authentication adapters for common use case scenarios

246.5M90](/packages/laminas-laminas-authentication)

PHPackages © 2026

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