是否有适用于 PHP 的非 Zend Google Contacts 库?

发布于 2024-09-25 09:24:58 字数 88 浏览 1 评论 0原文

我需要它,因为我已经在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

指尖上得阳光 2024-10-02 09:24:58

不知道为什么您会认为它会变得混乱,因为 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.

最初的梦 2024-10-02 09:24:58

通过查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文