You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This documentation provides examples for specific use cases. Please [open an issue](https://github.com./sendgrid/php-http-client/issues) or make a pull request for any use cases you would like us to document here. Thank you!
2
+
3
+
# Table of Contents
4
+
*[Docker](#docker)
5
+
6
+
<aname="docker"></a>
7
+
# Docker
8
+
9
+
You can run the example code at `examples/example.php` in a Docker container.
10
+
11
+
From the root directory:
12
+
13
+
```bash
14
+
cp examples/.env_sample .env
15
+
```
16
+
17
+
Update the `.env` file with your SendGrid API Key. If you don't have one, you can get one [here](https://sendgrid.com/free?source=php-http-client).
18
+
19
+
Add the `.env` file to your `.gitignore` file if you are publishing your code publically.
0 commit comments