Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.37 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.37 KB

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