PHPackages                             afatmustafa/laravel-sendgrid-api - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. afatmustafa/laravel-sendgrid-api

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

afatmustafa/laravel-sendgrid-api
================================

This is my package laravel-sendgrid-api

00[2 PRs](https://github.com/afatmustafa/laravel-sendgrid-api/pulls)PHP

Since Jul 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/afatmustafa/laravel-sendgrid-api)[ Packagist](https://packagist.org/packages/afatmustafa/laravel-sendgrid-api)[ RSS](/packages/afatmustafa-laravel-sendgrid-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Sendgrid Integration
============================

[](#laravel-sendgrid-integration)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f523c38b5084b4c35e4be339f527b8d8a8bee449920f400854a83a8625b2b749/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616661746d7573746166612f6c61726176656c2d73656e64677269642d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/afatmustafa/laravel-sendgrid-api)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0642c763ffc2b802e1adac31debe7cbabf11a168f4430611680a1a67545d4206/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616661746d7573746166612f6c61726176656c2d73656e64677269642d6170692f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/afatmustafa/laravel-sendgrid-api/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/63fd842905308fe7ca7b7d919758b6385b1bdfc5542a0c52c22aa9cc0d07dba7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616661746d7573746166612f6c61726176656c2d73656e64677269642d6170692f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/afatmustafa/laravel-sendgrid-api/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d7785411acec7bbc91cb3fcca89740873b31182485c9a6719bf06332af0f659e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616661746d7573746166612f6c61726176656c2d73656e64677269642d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/afatmustafa/laravel-sendgrid-api)

This package makes it easy to integrate Sendgrid with Laravel.

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

[](#installation)

You can install the package via composer:

```
composer require afatmustafa/laravel-sendgrid-api
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-sendgrid-api-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-sendgrid-api-views"
```

Usage
-----

[](#usage)

```
$laravelSendgridApi = new Afatmustafa\LaravelSendgridApi();
echo $laravelSendgridApi->echoPhrase('Hello, Afatmustafa!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Mustafa Afat](https://github.com/afatmustafa)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59372593?v=4)[Mustafa Afat](/maintainers/afatmustafa)[@afatmustafa](https://github.com/afatmustafa)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")[![afatmustafa](https://avatars.githubusercontent.com/u/59372593?v=4)](https://github.com/afatmustafa "afatmustafa (5 commits)")

### Embed Badge

![Health badge](/badges/afatmustafa-laravel-sendgrid-api/health.svg)

```
[![Health](https://phpackages.com/badges/afatmustafa-laravel-sendgrid-api/health.svg)](https://phpackages.com/packages/afatmustafa-laravel-sendgrid-api)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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