我需要在脚本中包含的sendgrid-php.php文件在哪里,以便使用SendGrid的SendGrid库从Github发送邮件?
我已经从下载了sendgrid的PHP库,我希望在我的脚本中包含sendgrid-php.php。我不是在用作曲家。
我的包看起来像:
require("../lib/sendgrid-2016/sendgrid-php.php");
$from = new SendGrid\Email(null, "from@test.com");
$subject = "Hello World from the SendGrid P
我的问题是@package和@subpackage。
我去了建议链接(包和子包注释的目的是什么?)。在那里,我找不到可以应用于我的问题的任何东西,而是这个答案:“这些是PHPDoc标记--用于生成有意义的(和自动化的)代码文档”。这就是我现在拥有的:
/**
* Contains a list of all custom action hooks and corresponding functions defined for abc.
* This file is included in functions.php:
*
* @package theme-name
* @subpac