Skip to content

GMAIL PHP Starter Project built with Twitter Bootstrap 3

Notifications You must be signed in to change notification settings

veslo1/gmail-php-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMail API PHP Starter

GMAIL PHP Starter Project built using Twitter Bootstrap3

PHP Requirements

PHP 5.4+ is now required by the upgraded Mime Mail Parser muffycompo/php-mime-mail-parser which requires the mailparse php extension.

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

No packages published

Languages

  • PHP 99.8%
  • CSS 0.2%