PHPackages                             hkwu/uwapi-php - 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. hkwu/uwapi-php

ActiveLibrary[API Development](/categories/api)

hkwu/uwapi-php
==============

PHP wrapper for the University of Waterloo's Open Data API.

v2.0.0(9y ago)021MITPHPPHP &gt;=7.0.0

Since Jul 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hkwu/uwapi-php)[ Packagist](https://packagist.org/packages/hkwu/uwapi-php)[ Docs](https://github.com/hkwu/uwapi-php)[ RSS](/packages/hkwu-uwapi-php/feed)WikiDiscussions master Synced 3w ago

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

uwapi-php
=========

[](#uwapi-php)

[![Latest Stable Version](https://camo.githubusercontent.com/e26e6f39626dcf803639fd95fe3bb47b90faf9d5264267cae2cc9f1428f3dd55/68747470733a2f2f706f7365722e707567782e6f72672f686b77752f75776170692d7068702f762f737461626c65)](https://packagist.org/packages/hkwu/uwapi-php)[![Build Status](https://camo.githubusercontent.com/af1c9ecd671fa45f50d169d1efdf113c31e7ad66daadde4f8907f0b6e6c0b337/68747470733a2f2f7472617669732d63692e6f72672f686b77752f75776170692d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hkwu/uwapi-php)[![License](https://camo.githubusercontent.com/c096bccde904f0443bb5bb47b747197bbb9aa0c3ea7220b7930e97a5d07a993e/68747470733a2f2f706f7365722e707567782e6f72672f686b77752f75776170692d7068702f6c6963656e7365)](https://packagist.org/packages/hkwu/uwapi-php)

A PHP wrapper for the University of Waterloo's [Open Data API](https://uwaterloo.ca/api/) supporting asynchronous requests through [Guzzle](http://docs.guzzlephp.org/en/latest/).

This library requires PHP 7.0 or greater.

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

[](#installation)

Install the client via [Composer](https://getcomposer.org/).

For global installations,

```
composer require hkwu/uwapi-php
```

For local installations,

```
php composer.phar require hkwu/uwapi-php
```

Usage
-----

[](#usage)

All request methods are wrapped inside the library's `Client` class.

```
