GitHub - pupleh4t/gmail-php-starter: GMAIL PHP Starter Project built with Twitter Bootstrap 3

GMail API PHP Starter

GMAIL PHP Starter Project built using Twitter Bootstrap3

Installation

######Step 1: git clone https://github.com/gdgbhu/gmail-php-starter.git cd gmail-php-starter/ bower install composer install

######Step 2: Edit helpers/config.ini and add your API console credentials

[credentials]
client_id = "<CLIENT ID>"
client_secret = "<CLIENT SECRET>"
redirect_url = "<REDIRECT URI>"

Credits

This GMail API PHP Starter project is provided by GDG Bingham University as an example of using the GMail API with vanilla/procedural PHP.

Note: Do not use this as production code. It is provided as a reference to get you started building amazing apps.