PHPackages                             uwdoem/group - 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. uwdoem/group

ActiveLibrary[API Development](/categories/api)

uwdoem/group
============

Client library for the University of Washington Group Web Services

1.0.13(8y ago)064[1 PRs](https://github.com/UWEnrollmentManagement/Group/pulls)1MITPHP

Since Oct 18Pushed 8y ago3 watchersCompare

[ Source](https://github.com/UWEnrollmentManagement/Group)[ Packagist](https://packagist.org/packages/uwdoem/group)[ Docs](https://github.com/UWEnrollmentManagement/Group)[ RSS](/packages/uwdoem-group/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (6)Versions (14)Used By (1)

[![Build Status](https://camo.githubusercontent.com/f882c09f5d60f0ff13e0a1cc9050d7426b2660c6c7d353a6332cfb098d3352a1/68747470733a2f2f7472617669732d63692e6f72672f5557456e726f6c6c6d656e744d616e6167656d656e742f47726f75702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/UWEnrollmentManagement/Group)[![Latest Stable Version](https://camo.githubusercontent.com/21b8fe74db02444583c60469632bfe37c82017fb8e4a16fbbd201a75c9330cd6/68747470733a2f2f706f7365722e707567782e6f72672f7577646f656d2f67726f75702f762f737461626c65)](https://packagist.org/packages/uwdoem/group)

UWDOEM/Group
============

[](#uwdoemgroup)

Smoothly poll the University of Washington's Person Web Service (PWS) and Student Web Service (SWS) to aggregate data on a given affiliate, using X.509 certificate authentication.

Notice
------

[](#notice)

This is *not* an official library, endorsed or supported by any party who manages or owns information accessed via GWS. This library is *not* endorsed or supported by the University of Washington Department of Enrollment Management.

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

[](#installation)

This library is published on packagist. To install using Composer, add the `"uwdoem/group": "1.*"` line to your "require" dependencies:

```
{
    "require": {
        "uwdoem/aliro": "1.*"
    }
}

```

Of course it is possible to use *Aliro* without Composer by downloading it directly, but use of Composer to manage packages is highly recommended. See [Composer](https://getcomposer.org/) for more information.

Use
---

[](#use)

You will need a private key and university signed certificate to access the GWS.

You can set the required settings anywhere in your app, but we recommend using a local-settings.php file.

```
// Intialize the required settings
define('UW_GWS_BASE_PATH', '/path/to/your/api/');
define('UW_GWS_SSL_KEY_PATH', './path/to/your/key');
define('UW_GWS_SSL_CERT_PATH', './path/to/your/certificate');
define('UW_GWS_SSL_KEY_PASSWD', 'yourpassword'); // Can be blank for no password: ''
define('UW_GWS_VERBOSE', true); // (Optional) Whether to include verbose cURL messages in error messages.

```

The terms `UW_GWS_SSL_KEY_PATH and UW_GWS_SSL_CERT_PATH` correspond to the absolute locations of your private key and university-signed certificate. `The UW_GWS_SSL_KEY_PASSWD` corresponds to the string which unlocks your private key; if your key does not have a password then use a blank string, eg: ''.

The term `UW_GWS_BASE_PATH` corresponds to the base URL for the group web service.

Now you can create a group access object, and begin querying the GWS. For more information about which endpoints are available, please refer to the GWS documentation.

```
$g = new Group("test_group_name"); // You can pass either the group name or id

$memberList = $g->getMembers()

```

Troubleshooting
---------------

[](#troubleshooting)

*X-Act-As*

Some endpoints will return an error if you set X-Act-As, while others allow it. Make sure you are using UWDOEM/Connection 3.\*, and that you are not including X-Act-As in connection options.

Requirements
------------

[](#requirements)

- PHP 7.0
- uwdoem/connection 3.\*

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~3 days

Total

12

Last Release

3097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b43989ce7a387c05c59282788d15171a28abf61e02614a7a005cb19ef8da2b4?d=identicon)[JASchilz](/maintainers/JASchilz)

![](https://www.gravatar.com/avatar/290ab676b0d7a71324f5e5b1cd29b339cd379449c10bb721fd3f7d7d6b7571f1?d=identicon)[BonPacific](/maintainers/BonPacific)

![](https://www.gravatar.com/avatar/df9465816cfe9d8b479d9b7de09a7a3b8b8e493d4316b3143179bfaf4b8d53c4?d=identicon)[wizzah](/maintainers/wizzah)

---

Top Contributors

[![BonPacific](https://avatars.githubusercontent.com/u/3277713?v=4)](https://github.com/BonPacific "BonPacific (16 commits)")[![JASchilz](https://avatars.githubusercontent.com/u/6137968?v=4)](https://github.com/JASchilz "JASchilz (4 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/uwdoem-group/health.svg)

```
[![Health](https://phpackages.com/badges/uwdoem-group/health.svg)](https://phpackages.com/packages/uwdoem-group)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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