idimensionz / sendgrid-webapi-v3
PHP implementation of the SendGrid WebAPI v3
Installs: 1 108
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 6
Open Issues: 0
Requires
- guzzlehttp/guzzle: 6.5.*
Requires (Dev)
- phake/phake: 2.1.x-dev
- phpunit/phpunit: 4.6.*
This package is auto-updated.
Last update: 2024-10-27 00:28:14 UTC
README
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.