Skip to content

Added example file, updated .gitignore and README. #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.env
*.lock
# Composer
vendor/
*.phar
*.lock

# Jetbrains Idea
*.old
.idea/
*.phar

# Environment files
.env/*.*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ print $response->body();

- [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples)

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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please fix ou to you ?


<a name="roadmap"></a>
# Roadmap

Expand Down
1 change: 1 addition & 0 deletions examples/.env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export SENDGRID_API_KEY=''