Skip to content
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

Create a tutorial to deploy a simple Hello Email app on Heroku with PHP using this SDK #441

Closed
thinkingserious opened this issue Oct 5, 2017 · 5 comments
Labels
status: wontfix enhancement or fix that was rejected

Comments

@thinkingserious
Copy link
Contributor

Create a tutorial that explains how to create a simple Hello Email app and deploy to Heroku.

The example should utilize best practices for storing credentials. By the end of the tutorial, the user should be able to send an email using their deployed app.

Please add the tutorial to USE_CASES.md.

@thinkingserious thinkingserious added difficulty: medium fix is medium in difficulty hacktoberfest labels Oct 5, 2017
@gabidavila
Copy link
Contributor

I want to tackle this, but first I have a simple question, because it is bugging me. The issue asks for best practices for storing credentials while in USE_CASES.md you advocate for require on the library and not using composer. Why?

<?php
// If you are using Composer
require 'vendor/autoload.php';

// If you are not using Composer (recommended)
// require("path/to/sendgrid-php/sendgrid-php.php");

@thinkingserious
Copy link
Contributor Author

Hello @gabidavila,

Good catch, the (recommended) text should be next to the // If you are using Composer comment. Do you mind making a PR to fix that?

Thanks!

With Best Regards,

Elmer

@gabidavila
Copy link
Contributor

Of course, will be there soon enough.

@mbernier
Copy link

@gabidavila how's it going? Anything we can do to help?

@mbernier mbernier removed difficulty: hard fix is hard in difficulty difficulty: medium fix is medium in difficulty difficulty: very hard fix is very hard in difficulty labels Oct 27, 2017
@thinkingserious thinkingserious added status: work in progress Twilio or the community is in the process of implementing difficulty: medium fix is medium in difficulty type: twilio enhancement feature request on Twilio's roadmap type: docs update documentation change not affecting the code and removed type: twilio enhancement feature request on Twilio's roadmap labels Feb 27, 2018
@childish-sambino
Copy link
Contributor

Closing as this feels like more of a blog post than library documentation and use cases.

@childish-sambino childish-sambino added status: wontfix enhancement or fix that was rejected and removed difficulty: medium fix is medium in difficulty status: work in progress Twilio or the community is in the process of implementing type: docs update documentation change not affecting the code labels Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: wontfix enhancement or fix that was rejected
Projects
None yet
Development

No branches or pull requests

4 participants