Library is not feature complete (see all @todo
's in RIT_Webservices.php) and its interface isn't stable. You can join efforts to improve it or use it as an excellent example on how to use standard PHP SoapClient class to communicate with RIT webservices (and build your own lib).
Download and use apigen to generate docs from the source, for example:
php apigen.phar generate -d docs -s rit-webservices
Above command generates documentation in folder docs
from all files in folder rit-webservices
.
Prepare bootstrap.php
from bootstrap.sample.php
and run PHPUnit:
phpunit
Some notes:
- images for test objects are generated randomly from unsplash.it.