We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b054383 + fcd7326 commit c781d8cCopy full SHA for c781d8c
.gitignore
@@ -1,6 +1,11 @@
1
-.env
2
-*.lock
+# Composer
3
vendor/
+*.phar
4
+*.lock
5
+
6
+# Jetbrains Idea
7
*.old
8
.idea/
-*.phar
9
10
+# Environment files
11
+.env/*.*
README.md
@@ -138,6 +138,8 @@ print $response->body();
138
139
- [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples)
140
141
+You can use the ```.env_example``` file located at "examples" folder. Just copy it to a ```.env``` folder ou can put on your project's root.
142
143
<a name="roadmap"></a>
144
# Roadmap
145
examples/.env_sample
@@ -0,0 +1 @@
+export SENDGRID_API_KEY=''
0 commit comments