To fetch gmail address book using PHP we make use of cURL functions of PHP. cURL is a library of functions which can be used to communicate with different servers.
To fetch gmail address book we first login to gmail account using Gmail account's username and password by cURL function and then by accessing a particular we can fetch address book
A sample code is give below download it on your php server then change username and password and run this script
If you have any query please post a comment. I will try to reply you soon.