idimensionz/sendgrid-webapi-v3

PHP implementation of the SendGrid WebAPI v3

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

This package is auto-updated.

Last update: 2024-03-26 23:16:08 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.