The Zend Framework provides a PHP client library package that allows for easy interaction with GData services. Setting up your application to work with the package is simple.
- Download a copy of the Zend Framework from: http://framework.zend.com/download/tgz
- Unzip the contents to a folder that will house the Zend library. Note that to have a functioning Zend framework, you only need the contents of the
/library/folder. - The library needs to be accessible via PHP's path. You can either set that in php.ini or within your script like so:
PHP:
