Exchange-Web-Services-for-PHP
Exchange-Web-Services-for-PHP copied to clipboard
A basic library for interacting with Exchange Web Services using PHP 5.
Is there a way to get the client list (name and email) with PHP? I see that https://www.contactually.com has a way to import outlook contacts not having them export to...
Hi, I just wondered if someone could point me in the right direction on how to lookup room resources (or any type of resource) from a connection to Exchange using...
Hi! Everything is working but is it possible to access calendars in a public folder? How? Thanks!
Warning: stream_wrapper_unregister(): Unable to unregister protocol https:// in C:\xampp\htdocs\inventario\exchange\lib\ExchangeClient.php on line 485 Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://mailcluster.fimitsgr.local/EWS/Services.wsdl' : Start tag expected, '
Hello. I'm trying to follow the instructions on page: https://github.com/Heartspring/Exchange-Web-Services-for-PHP/blob/master/README.markdown I have downloaded the files from my Exchange server. However, I can find no directory that contains the file ExchangeClient.php....
If im trying to run this library, i'm just getting back the following error: Strict Standards: Creating default object from empty value in /var/www/exchange/lib/ExchangeClient.php on line 332 Strict Standards: Creating...
Thank you very much for doing this! It is very useful. Some servers require NTLM and Basic authentication. In this case, the Authorization: NTLM header must be sent before the...