Skip to content

mikemix/wiziq-integration

Repository files navigation

wiziq-integration

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