forked from jamesiarmes/php-ews
-
Notifications
You must be signed in to change notification settings - Fork 48
Home
jamesiarmes edited this page Apr 6, 2012
·
17 revisions
This library makes Microsoft Exchange 2007 Web Services easier to implement in PHP. This library requires PHP 5.2+ with the SOAP and cURL extensions installed. This library makes use of the NTLMSoapClient Class by Thomas Rabaix.
I am looking for somebody who is willing to donation an account on an exchange server that supports auto discovery. If you are interested, please contact me.
- There is no official documentation yet, but there is a Basic Example in the wiki.
- I have added an example of retrieving calendar events at Retrieving Calendar Events.
- I have added an example of adding contacts at Create Contact.
- Only retrieving and deleting messages and folders has been fully tested by me.
- I am currently working to support both Exchange 2007 and 2010
- An example of how to send a simple email has been added at Send Email.
- An example of how to send an email using impersonation has been added at Impersonation.
- An example of how to send an email with an attachment has been added at Email Attachment.