Download the PHP package amaughan81/google-contacts without Composer
On this page you can find all versions of the php package amaughan81/google-contacts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amaughan81/google-contacts
More information about amaughan81/google-contacts
Files in amaughan81/google-contacts
Download amaughan81/google-contacts
More information about amaughan81/google-contacts
Files in amaughan81/google-contacts
Vendor amaughan81
Package google-contacts
Short Description The missing PHP Google Contact API Client for a Server-to-Server Application
License MIT
Package google-contacts
Short Description The missing PHP Google Contact API Client for a Server-to-Server Application
License MIT
Please rate this library. Is it a good library?
Informations about the package google-contacts
Google Contacts API V3 Client
This is the missing PHP Client for managing a user's contacts using Google Contacts V3 API
Features
- List All Contacts
- Get a Single Contact
- Search Contacts
- Get a Contact Photo
- Create / Update / Delete Contact
- Batch Create / Update / Delete Contacts
Installation
In your compose.json file add the following requirements:
Then run composer update
Setup
Note this application is designed for a server-to-server scenario, so a bit of extra coding will be needed if you are using this application in other scenarios.
- Run
git clone https://github.com/amaughan81/GoogleContacts amaughan81/GoogleContacts
- Ensure the required dependencies are installed. See above require composer packages.
- Update the file config.json and complete the values for
secret_path
,client_path
,subject
anddeveloperKey
. These are obtained from the Google Developers Console at : https://console.developers.google.com. Thesecret_path
andclient_path
are the paths to JSON files on your server which are obtained from the Google Console.
All versions of google-contacts with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
^2.0
google/apiclient-services Version dev-master
guzzlehttp/guzzle Version ^6.2
google/apiclient-services Version dev-master
guzzlehttp/guzzle Version ^6.2
The package amaughan81/google-contacts contains the following files
Loading the files please wait ....