PHPackages                             xedi/sendgrid - 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. xedi/sendgrid

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

xedi/sendgrid
=============

SendGrid PHP Library

2.0.3(4y ago)01.6k[2 issues](https://github.com/xedi/library-php-sendgrid/issues)[1 PRs](https://github.com/xedi/library-php-sendgrid/pulls)MITPHPPHP ^7.1.3CI failing

Since Sep 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/xedi/library-php-sendgrid)[ Packagist](https://packagist.org/packages/xedi/sendgrid)[ RSS](/packages/xedi-sendgrid/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (6)Versions (23)Used By (0)

[![](https://github.com/xedi/library-php-sendgrid/workflows/Linting/badge.svg)](https://github.com/xedi/library-php-sendgrid/actions)[![](https://github.com/xedi/library-php-sendgrid/workflows/Unit%20Testing/badge.svg)](https://github.com/xedi/library-php-sendgrid/actions)[![Dependabot Status](https://camo.githubusercontent.com/db191d56e8e6c76b054d449fba802d4108214e30c5e421f882285c32b101b908/68747470733a2f2f6170692e646570656e6461626f742e636f6d2f6261646765732f7374617475733f686f73743d676974687562266964656e7469666965723d323038383139333831)](https://app.dependabot.com/accounts/xedi/repos/208819381)[![Packagist](https://camo.githubusercontent.com/6624b1d512c9418ea9705da39e8f001e30f9b7c8ac94343dc1d284ed2cae6ceb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f786564692f73656e64677269642e7376673f6c6f676f3d636f6d706f736572266c6162656c436f6c6f723d323832643333266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/xedi/sendgrid)

Table of Contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Quick Start](#quick-start)
- [About](#about)
- [Feature Requests](#feature-requests)
- [Security Vulnerabilities](#security-vulnerabilities)

Installation
============

[](#installation)

### Prerequisites

[](#prerequisites)

- PHP 7.1+
- A SendGrid account and [API Key](https://app.sendgrid.com/settings/api_keys)

### Install Package

[](#install-package)

Add [XEDI](https://xedi.com) SendGrid to your `composer.json` file either manually or using `composer require`.

```
{
    "require": {
        "xedi/sendgrid": "^1"
    }
}
```

```
composer require xedi/sendgrid
```

**We recommend the later option, let composer do it's thing**

Quick Start
===========

[](#quick-start)

```
