PHPackages                             ramiroestrella/sendgrid-campaigns-sdk - 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. [API Development](/categories/api)
4. /
5. ramiroestrella/sendgrid-campaigns-sdk

ActiveLibrary[API Development](/categories/api)

ramiroestrella/sendgrid-campaigns-sdk
=====================================

A PHP SDK for managing SendGrid single send campaigns, including creation, scheduling, and analytics.

v0.0.1-beta(3mo ago)00MITPHP

Since Feb 11Pushed 3mo agoCompare

[ Source](https://github.com/balance3840/sendgrid-campaigns-php-sdk)[ Packagist](https://packagist.org/packages/ramiroestrella/sendgrid-campaigns-sdk)[ RSS](/packages/ramiroestrella-sendgrid-campaigns-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SendGrid Campaigns PHP SDK
==========================

[](#sendgrid-campaigns-php-sdk)

A comprehensive PHP SDK for interacting with SendGrid's Marketing Campaigns API. This library provides an intuitive, object-oriented interface for managing contacts, lists, designs, single sends, and more.

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Getting Started](#getting-started)
- [Core Concepts](#core-concepts)
- [Supported Entities](#supported-entities)
    - [Contacts](#contacts)
    - [Contact Lists](#contact-lists)
    - [Custom Fields](#custom-fields)
    - [Designs](#designs)
    - [Single Sends](#single-sends)
    - [Senders](#senders)
    - [Unsubscribe Groups](#unsubscribe-groups)
    - [Stats](#stats)
    - [Test Emails](#test-emails)
- [Complete Workflow Example](#complete-workflow-example)
- [Error Handling](#error-handling)
- [Contributing](#contributing)
- [License](#license)

---

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

[](#installation)

Install the package via Composer:

```
composer require ramiroestrella/sendgrid-campaigns-sdk
```

Getting Started
---------------

[](#getting-started)

### Basic Setup

[](#basic-setup)

```
