PHPackages                             thotam/thotam-gmail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. thotam/thotam-gmail

ActiveLibrary

thotam/thotam-gmail
===================

Gmail API Manager Package

0.0.1(5y ago)05MITPHPPHP ^7.3|^8.0

Since Apr 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thotam/thotam-gmail)[ Packagist](https://packagist.org/packages/thotam/thotam-gmail)[ Docs](https://github.com/thotam/thotam-gmail)[ RSS](/packages/thotam-thotam-gmail/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/07750e49dd8470eb85a61a96f7fc0c3455b1ee627e04930b3249f8940d25d876/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686f74616d2f74686f74616d2d676d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thotam/thotam-gmail)[![Build Status](https://camo.githubusercontent.com/bffe4236f240fee63e8ee6fd6ad16609a4f3d56ec2a5f5a0859d68083fa8d60b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74686f74616d2f74686f74616d2d676d61696c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thotam/thotam-gmail)[![Quality Score](https://camo.githubusercontent.com/554a3a745d07406742e8c26e14401d18f206fd8b2b0815589a8521e8c1a40acb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f74686f74616d2f74686f74616d2d676d61696c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thotam/thotam-gmail)[![Total Downloads](https://camo.githubusercontent.com/e732fdce8fd86459afc05ec2f6b11f9bd49e1300a6dd2849cff5948a84145f41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686f74616d2f74686f74616d2d676d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thotam/thotam-gmail)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require thotam/thotam-gmail
```

Usage
-----

[](#usage)

### Add this to .env

[](#add-this-to-env)

```
DEFAULT_GOOGLE_MAIL_CLIENT_ID=""
DEFAULT_GOOGLE_MAIL_CLIENT_SECRET=""
DEFAULT_GOOGLE_MAIL_REFRESH_TOKEN=""
SurveyMail_GOOGLE_MAIL_REFRESH_TOKEN=""
BuddyMail_GOOGLE_MAIL_REFRESH_TOKEN=""
KbytMail_GOOGLE_MAIL_REFRESH_TOKEN=""
TuyendungMail_GOOGLE_MAIL_REFRESH_TOKEN=""
```

### Add HasMailTraits to you Model you want to you

[](#add-hasmailtraits-to-you-model-you-want-to-you)

```
use Thotam\ThotamGmail\Traits\HasMailTraits;
```

### How to send and reply

[](#how-to-send-and-reply)

```
use Thotam\ThotamGmail\Services\Message\Mail
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [thotam](https://github.com/thotam)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1844d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f582d4e5281117fa1d2e794c51134b94fca5f722e82ddc885da5ee1d7c7a0af5?d=identicon)[thotam](/maintainers/thotam)

---

Top Contributors

[![thotam](https://avatars.githubusercontent.com/u/78630736?v=4)](https://github.com/thotam "thotam (23 commits)")

---

Tags

thotamthotam-gmail

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thotam-thotam-gmail/health.svg)

```
[![Health](https://phpackages.com/badges/thotam-thotam-gmail/health.svg)](https://phpackages.com/packages/thotam-thotam-gmail)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
