是否有适用于 PHP 的非 Zend Google Contacts 库?
我需要它,因为我已经在使用 Agavi 框架,如果我也尝试集成 Zend,事情会变得混乱。是否有相当于 Google 通讯录的 facebook-php sdk?
I need that because i'm already using the Agavi framework and things will get messy if i tried integrating Zend too. Is there an equivalent of facebook-php sdk for Google Contacts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不知道为什么您会认为它会变得混乱,因为 Zend Framework 组件(按设计)是非常松散耦合的并且具有唯一的命名空间。如果您愿意,您可以单独使用 Zend_Gdata,并且它不会干扰 Agavi 正在执行的任何操作。
Not sure why you'd think it would get messy, as Zend Framework components are (by design) very loosely coupled and uniquely namespaced. You can use Zend_Gdata all by itself if you like, and it won't interfere with anything that Agavi is doing.
通过查看 Google Contacts API 上的协议,我可以看出它主要基于 REST 和 XML。我不了解 Agavi,但如果它包含某种 REST 客户端,那么您自己实现它应该不会太难。
至于你问题的真正答案......不是我或 google 知道的。
From looking at the protocol on the Google Contacts API i can tell that it's mostly REST and XML based. I don't know Agavi but if it contains some kind of REST client it shouldn't be too hard to implement it yourself.
As for the real answer to your question ... not that I or google know of.