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.
1 parent b05d4a7 commit c483570Copy full SHA for c483570
composer.json
@@ -0,0 +1,9 @@
1
+{
2
+ "name": "sendgrid/sendgrid-php",
3
+ "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
4
+ "homepage": "http://sendgrid.com",
5
+ "license": "MIT",
6
+ "autoload": {
7
+ "files": ["SendGrid_loader.php"]
8
+ }
9
+}
0 commit comments