views:

47

answers:

2

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?

A: 

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.

ChrisR
+1  A: 

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.

Alex Howansky