2017 © Pedro Peláez
 

library gmail-wrapper

A PHP client library that consumes Gmail APIs

image

adevait/gmail-wrapper

A PHP client library that consumes Gmail APIs

  • Monday, June 18, 2018
  • by trajchevska
  • Repository
  • 3 Watchers
  • 17 Stars
  • 201 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

Sponsored by, (*1)

Adeva logo, (*2)

PHP Wrapper for Gmail API

Description

GmailPHP is a PHP wrapper that makes it easier to use the messaging API provided by Google. This library makes use of PHPMailer and Google's PHP SDK V1., (*3)

Installation:, (*4)

GmailPHP is available via Composer/Packagist, so you can easily install it by adding the following line to your composer.json file, (*5)

"adevait/gmail-wrapper": "1.0.*", (*6)

or executing the following in you command line., (*7)

composer require adevait/gmail-wrapper, (*8)

Usage notes:, (*9)

In addition to the source code, example files with implementation of every function of this wrapper are added in the examples directory. Sample config file is also added, which content should be replaced with the real APP name, client details and developer key., (*10)

Available functions:, (*11)

  • Login (examples/login.php)
  • Send message (examples/send.php)
  • List messages (examples/messages.php)
  • View message (examples/message_details.php)
  • Delete message (examples/delete.php)
  • Add label (examples/add_remove_labels.php)
  • List labels (examples/labels.php)
  • Create label (examples/create_label.php)

Additional functions that can be used similarly to the ones in the examples are removing a label, undoing a delete operation and creating a draft message., (*12)

License

GmailPHP is released under the MIT license, (*13)

Support

Please direct any feedback to trajchevska@adevait.com, (*14)

The Versions

18/06 2018

dev-master

9999999-dev https://github.com/adevait/GmailPHP

A PHP client library that consumes Gmail APIs

  Sources   Download

MIT GPL

The Requires

 

by Katerina Trajchevska

api google gmail

18/06 2018

1.0.1

1.0.1.0 https://github.com/adevait/GmailPHP

A PHP client library that consumes Gmail APIs

  Sources   Download

MIT

The Requires

 

by Katerina Trajchevska

api google gmail

03/06 2016

1.0

1.0.0.0

A PHP client library that consumes Gmail APIs

  Sources   Download

GPL

The Requires

 

by Katerina Trajchevska