Archive for September 21st, 2007

iTunes U Authentication Class

September 21st, 2007

Aaron Axelsen’s iTunes U autentication class written in PHP is now installable through UNL’s local PEAR channel.

pear channel-discover pear.unl.edu
pear install unl/UNL_iTunesU-beta

The class is nearly identical except the constructor now accepts an associative array of options to set for the class, and added support for PEAR packages if PHP doesn’t have curl or hash extensions.

Our university is just getting started with iTunes U and authentication is the first step – big thanks to Aaron @ UWW for porting Apple’s perl connection script to PHP.