Working with the Zimbra SOAP API can sometimes be complicated for simple business logic. This API helps to simplify this process when developing with PHP.
The code is also available on Plymouth State's website, it is possible that the code provided there may be more current than what is here. Plymouth State is running this in production with their Zimbra 5.x install.
Plymouth State's PHP Zimbra API
Brief and simple example:
connect(); // make the connection
$task_list = $zimbra->getTasks(); // execute some function, in this example get the tasks
// then do some other stuff...
?>If you are looking to do single-sign on to Zimbra, it is relatively simple:
m not all that incentivized to write examples for something I know how to use.
30 Day Summary Apr 23 2013 — May 23 2013
|
12 Month Summary May 23 2012 — May 23 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.