idimensionz/sendgrid-webapi-v3

PHP implementation of the SendGrid WebAPI v3

Maintainers

Package info

github.com/idimensionz/sendgrid-webapi-v3-php

pkg:composer/idimensionz/sendgrid-webapi-v3

Statistics

Installs: 1 109

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 0

dev-master 2023-09-14 00:46 UTC

This package is auto-updated.

Last update: 2026-02-27 03:08:17 UTC


README

Build Status Code Climate Test Coverage

iDimensionz's PHP client for the SendGrid WebAPI v3. SendGrid's official documentation for their Web API v3.

See our wiki page for more info about this repo.

Join our free HipChat chat room to ask or answer questions related to this API client.

##Installation Easy way to install this package is via composer:

composer require idimensionz/sendgrid-webapi-v3

##Examples Grab the examples repo to see and run actual API calls.