Exchange Server 2007 Web Services PHP Class

后端 未结 5 1968
挽巷
挽巷 2021-02-02 04:54

Does anyone know of an open source PHP class (preferably BSD or MIT license) that will interface with the MS Exchange Server 2007 Web Services via. SOAP?

I am looking fo

5条回答
  •  花落未央
    2021-02-02 04:59

    I had this same problem, so I started building something, here:

    https://github.com/rileydutton/Exchange-Web-Services-for-PHP

    It doesn't do much yet (basically just lets you get a list of email messages from the server, and send email), but it would be good enough to use as a basic starting point for doing some more complicated things.

    I have abstracted out a good bit of the complexity that you would have to slog through using php-ews. If you are looking to do some raw, powerful commands with the server, I would use php-ews...this is for folks who just happen to be working with an Exchange server and want an easy way to do some basic tasks.

    Oh, and it is MIT licensed.

    Hope that someone finds it useful!

提交回复
热议问题