mikemix / wiziq-integration
Integration library with Wiziq's Virtual Classroom API
Installs: 32 811
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 6
Open Issues: 0
Requires
- php: >=5.5.0
README
Integration library with Wiziq's API:
Installation
Best install with Composer
- You don't have Composer? Download it
php -r "readfile('https://getcomposer.org/installer');" | php
- Download the library
php composer.phar require mikemix/wiziq-integration
(rules of semantic versioning apply) - See the docs for examples
Unit tests
phpUnit is required to run the suite.
php -r "readfile('https://getcomposer.org/installer');" | php
php composer.phar create-project mikemix/wiziq-integration
phpunit