mikemix/wiziq-integration

This package is abandoned and no longer maintained. No replacement package was suggested.

Integration library with Wiziq's Virtual Classroom API

4.0.4 2020-04-13 11:56 UTC

This package is auto-updated.

Last update: 2020-05-10 21:21:42 UTC


README

Build Status Build Status Scrutinizer Code Quality Code Coverage

Integration library with Wiziq's API:

  1. Teacher API examples
  2. Virtual Classroom API examples

Installation

Best install with Composer

  1. You don't have Composer? Download it php -r "readfile('https://getcomposer.org/installer');" | php
  2. Download the library php composer.phar require mikemix/wiziq-integration (rules of semantic versioning apply)
  3. See the docs for examples

Unit tests

phpUnit is required to run the suite.

  1. php -r "readfile('https://getcomposer.org/installer');" | php
  2. php composer.phar create-project mikemix/wiziq-integration
  3. phpunit