This client library is designed to support the Zoom.it API.
Basic usage:
require('Zoomit.class.php');
$zoomit = new Zoomit();
$result = $zoomit->getContentInfoByURL('http://www.zoom.it/');
var_dump($result);
Please file bugs or issues you encounter.