Skip to content

pupleh4t/gmail-php-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GMAIL PHP Starter Project built with Twitter Bootstrap 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 99.8%
  • CSS 0.2%