Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 695 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 695 Bytes

Gmail API Quickstart

Complete the steps described in the Gmail API Quickstart, and in about five minutes you'll have a simple PHP command-line application that makes requests to the Gmail API.

Set up

Install Composer Globally

Before running this quickstart, be sure you have Composer installed globally.

composer install

Download Developer Credentials

  • Follow the steps in the quickstart instructions to download your developer credentials and save them in a file called credentials.json in this directory.

Run

php quickstart.php