Exchange Server 2007 Web服务PHP类 [英] Exchange Server 2007 Web Services PHP Class

查看:75
本文介绍了Exchange Server 2007 Web服务PHP类的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

没有人知道开源的PHP类(最好是BSD或MIT许可证),该类将通过MS Exchange Server 2007 Web服务进行交互. SOAP?

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 for a higher level class that has functionality for sending messages via. the web service.

推荐答案

我也遇到了同样的问题,所以我开始在这里构建一些东西:

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.

我已经抽象出了使用php-ews时必须克服的复杂性.如果您希望对服务器执行一些原始的,功能强大的命令,则可以使用php-ews ...这是针对刚好与Exchange服务器一起工作并且想要一种简单方法来执行一些基本任务的人们的.

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.

哦,它是MIT许可的.

Oh, and it is MIT licensed.

希望有人发现它有用!

这篇关于Exchange Server 2007 Web服务PHP类的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆